Package org.hdpagination.dataaccess.orm.jpa

Interface Summary
JPAQueryCallback An interface defining the type of callback object which is generated by custom action class based on the received request parameters and passed to query engine class to execute JPA based query.
 

Class Summary
AbstractJPAQueryCallback Abstract class which implements some methods of JPAQueryCallback
DefaultJPAQueryCallback A subclass of AbstractJPAQueryCallback providing default implementation: No processing of returned result from calling javax.persistence.Query.list() method EJB QL statement has no parameters to bind with
JPAQueryTemplate The type of QueryTemplate to run a pagination based query against JPA.
NoParamBindJPAQueryCallback A subclass of AbstractJPAQueryCallback providing empty implementation of setValues(Query query).
NotProcessResultJPAQueryCallback A subclass of AbstractJPAQueryCallback providing default implementation of processQueriedResult(List queriedResult) method without processing of returned result from calling javax.persistence.Query.list() method.
 



Copyright © 2008 HDPagination All Rights Reserved.