|
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. |