Class |
Description |
AbstractHibernateCriteriaBuilder
|
Abstract super class for sharing code between Hibernate 3 and 4 implementations of HibernateCriteriaBuilder |
AbstractHibernateCriteriaBuilder.LogicalExpression
|
instances of this class are pushed onto the logicalExpressionStack
to represent all the unfinished "and", "or", and "not" expressions. |
AbstractHibernateCriterionAdapter
|
Adapts Grails datastore API to Hibernate API |
AbstractHibernateCriterionAdapter.CriterionAdaptor
|
|
AbstractHibernateQuery
|
Bridges the Query API with the Hibernate Criteria API |
AbstractHibernateQuery.CriteriaAndAlias
|
|
AbstractHibernateQuery.HibernateAssociationQuery
|
|
AbstractHibernateQuery.HibernateJunction
|
|
AbstractHibernateQuery.HibernateProjectionList
|
|
GrailsHibernateQueryUtils
|
Utility methods for configuring Hibernate queries |
HibernateCriterionAdapter
|
@author Graeme Rocher |
HibernateProjectionAdapter
|
Adapts Grails datastore API to Hibernate projections. |
HibernateQuery
|
Bridges the Query API with the Hibernate Criteria API |