|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryParameters | |
---|---|
org.perfectjpattern.jee.api.integration.dao | Generic Data Access Object (DAO) Pattern API. |
Uses of QueryParameters in org.perfectjpattern.jee.api.integration.dao |
---|
Methods in org.perfectjpattern.jee.api.integration.dao with annotations of type QueryParameters | |
---|---|
List<Customer> |
ICustomerDao.findByNumberOfOrdersBetween(Date aBegin,
Date anEnd,
long aMinimum)
Returns the List of matching Customer instances. |
List<Customer> |
ICustomerDao.findByTotalSpendingBetween(Date aBegin,
Date anEnd,
double aTotal)
Returns the List of matching Customer instances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |