| 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
|
|
|
AliasMapEntryFunction
|
TODO: Add description. |
|
AliasRegistry
|
Registry for user-defined and auto-generated aliases in a JPA query. |
|
DetachedAssociationFunction
|
|
|
ExpressionResolver
|
Resolves string paths and aliases into JPA Expressions and Paths. |
|
GrailsHibernateQueryUtils
|
Utility methods for configuring Hibernate queries |
|
GrailsRLikeFunctionContributor
|
|
|
Hibernate7CountProjection
|
A Query.CountProjection that also includes a property name. |
|
HibernateAssociationQuery
|
A thin wrapper over HibernateQuery that collects criteria for a single association scope. |
|
HibernateCriterionAdapter
|
- Authors:
- Graeme Rocher
|
|
HibernateHqlQuery
|
A query implementation for HQL queries |
|
HibernateHqlQueryCreator
|
Bridges the Query API with the Hibernate HQL for SELECT queries. |
|
HibernatePagedResultList
|
A PagedResultList for Hibernate 7. |
|
HibernateProjectionAdapter
|
Adapts Grails datastore API to Hibernate projections. |
|
HibernateQuery
|
Bridges the Query API with the Hibernate Criteria API |
|
HqlListQueryBuilder
|
|
|
JoinTracker
|
Tracks physical JPA Joins and Roots to ensure consistency and avoid duplicate joins. |
|
JpaCriteriaQueryCreator
|
A class that creates a JPA jakarta.persistence.criteria.CriteriaQuery from a GORM Query and DetachedCriteria. |
|
JpaProjectionAdapter
|
Adapts Grails datastore projections to JPA Selections. |
|
JpaProjectionTranslator
|
A class that translates GORM projections to JPA expressions. |
|
JpaQueryContext
|
Orchestrator for JPA query translation state (Aliases, Joins, Expressions). |
|
MutationHqlQuery
|
A query implementation for HQL mutation queries (UPDATE/DELETE). |
|
PagedResultList
|
|
|
PredicateGenerator
|
A class that generates predicates for a given list of criteria. |
|
ProjectionPredicate
|
|
|
PropertyReference
|
Represents a reference to a persistent property inside a where-DSL closure.
|
|
SelectHqlQuery
|
|