Uses of Class
org.perfectjpattern.jee.api.integration.dao.QueryParameters

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.
 



Copyright © 2007-2009. All Rights Reserved.