Uses of Package
org.hibernate.dialect.aggregate
-
Packages that use org.hibernate.dialect.aggregate Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate Support forDialect
-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree. -
Classes in org.hibernate.dialect.aggregate used by org.hibernate.dialect Class Description AggregateSupport A set of operations providing support for aggregate column types in a certainSQL dialect
. -
Classes in org.hibernate.dialect.aggregate used by org.hibernate.dialect.aggregate Class Description AggregateSupport A set of operations providing support for aggregate column types in a certainSQL dialect
.AggregateSupport.AggregateColumnWriteExpression The actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.AggregateSupport.WriteExpressionRenderer Contract for rendering the custom write expression that updates a selected set of aggregated columns within an aggregate column to the value expressions as given by theaggregateColumnWriteExpression
.AggregateSupportImpl -
Classes in org.hibernate.dialect.aggregate used by org.hibernate.sql.ast.tree.expression Class Description AggregateSupport.AggregateColumnWriteExpression The actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.AggregateSupport.WriteExpressionRenderer Contract for rendering the custom write expression that updates a selected set of aggregated columns within an aggregate column to the value expressions as given by theaggregateColumnWriteExpression
.