Package org.hdpagination.dataaccess.orm.hibernate3

Interface Summary
HBN3QueryCallback 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 Hibernate3 based query.
 

Class Summary
AbstractHBN3QueryCallback Abstract class which implements some methods of HBN3QueryCallback
DefaultHBN3QueryCallback A subclass of AbstractHBN3QueryCallback providing default implementation: No processing of returned result from calling org.hibernate.Query.list() method HQL statement has no parameters to bind with
Hibernate3QueryTemplate The type of QueryTemplate to run a pagination based query against Hibernate3.
NoParamBindHBN3QueryCallback A subclass of AbstractHBN3QueryCallback providing empty implementation of setValues(Query query).
NotProcessResultHBN3QueryCallback A subclass of AbstractHBN3QueryCallback providing default implementation of processQueriedResult(List queriedResult) method without processing of returned result from calling org.hibernate.Query.list() method.
 



Copyright © 2008 HDPagination All Rights Reserved.