Skip to content

Instantly share code, notes, and snippets.

@noili
Created April 20, 2017 14:11
Show Gist options
  • Save noili/7ce4770529334653c6e408762199313b to your computer and use it in GitHub Desktop.
Save noili/7ce4770529334653c6e408762199313b to your computer and use it in GitHub Desktop.
O.o
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