Created
April 20, 2017 14:11
-
-
Save noili/7ce4770529334653c6e408762199313b to your computer and use it in GitHub Desktop.
O.o
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public List<CuadreEccSibbac> findByFeoperacAndCdcamaraAndCdisinAndCdmiembromktAndSentidoAndCdsegmentoAndCdoperacionmktAndNuordenmktAndNuexemkt(Date feoperac, | |
String cdcamara, | |
String cdisin, | |
String cdmiembromkt, | |
Character sentido, | |
String cdsegmento, | |
String cdoperacionmkt, | |
String nuordenmkt, | |
String nuexemkt) { | |
return dao.findByFeoperacAndCdcamaraAndCdisinAndCdmiembromktAndSentidoAndCdsegmentoAndCdoperacionmktAndNuordenmktAndNuexemkt(feoperac, | |
cdcamara, | |
cdisin, | |
cdmiembromkt, | |
sentido, | |
cdsegmento, | |
cdoperacionmkt, | |
nuordenmkt, | |
nuexemkt); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment