Package org.hdpagination.dataaccess.orm.hibernate2

Interface Summary
HBN2QueryCallback 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 Hibernate2 based query.
 

Class Summary
AbstractHBN2QueryCallback Abstract class which implements some methods of HBN2QueryCallback
DefaultHBN2QueryCallback A subclass of AbstractHBN2QueryCallback providing default implementation: No processing of returned result from calling net.sf.hibernate.Query.list() method HQL statement has no parameters to bind with
Hibernate2QueryTemplate The type of QueryTemplate to run a pagination based query against Hibernate2.
NoParamBindHBN2QueryCallback A subclass of AbstractHBN2QueryCallback providing empty implementation of setValues(Query query).
NotProcessResultHBN2QueryCallback A subclass of AbstractHBN2QueryCallback providing default implementation of processQueriedResult(List queriedResult) method without processing of returned result from calling net.sf.hibernate.Query.list() method.
 



Copyright © 2008 HDPagination All Rights Reserved.