Package net.databinder.models.hib

Interface Summary
CriteriaBuilder Interface for callback that sets parameters for a Hibernate Creteria object and any necessary sub-criteria.
OrderingCriteriaBuilder Builds criteria objects with or without order.
QueryBinder Interface for object that binds Hibernate query parameters to values.
QueryBuilder Interface for callback that builds a Hibernate Query and binds it to parameters if necessary.
 

Class Summary
AbstractPropertyQueryBinder Base class for classes that bind queries using object properties.
CriteriaColumnFilter CriteriaColumnFilter
CriteriaSorter CriteriaSorter
HibernateListModel Model for a List generated by a Hibernate query.
HibernateObjectModel Model loaded and persisted by Hibernate.
HibernateProvider Provides query results to DataView and related components.
ModelPropertyQueryBinder A query binder that sets query parameters to corresponding properties taken from the given Wicket model object.
PropertyQueryBinder Binds a query's parameters to the properties of an object, as needed.
QueryBinderBuilder Converts a string and QueryBinder(s) into a builder so only builders need to be dealt with.
SortableHibernateProvider SortableHibernateProvider
 



Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.