Uses of Package
org.hibernate.dialect.aggregate
Packages that use org.hibernate.dialect.aggregate
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect
-specific aggregate column types,
including user-defined composite types, and JSON or XML types.AST nodes representing expressions in a SQL tree.
-
Classes in org.hibernate.dialect.aggregate used by org.hibernate.dialectClassDescriptionA set of operations providing support for aggregate column types in a certain SQL dialect.
-
Classes in org.hibernate.dialect.aggregate used by org.hibernate.dialect.aggregateClassDescriptionA set of operations providing support for aggregate column types in a certain SQL dialect.The actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.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 the
aggregateColumnWriteExpression
. -
Classes in org.hibernate.dialect.aggregate used by org.hibernate.sql.ast.tree.expressionClassDescriptionThe actual write expression for an aggregate column which gives access to the value expressions for the respective selectable mapping.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 the
aggregateColumnWriteExpression
.