Uses of Interface
org.hibernate.dialect.aggregate.AggregateSupport
Packages that use AggregateSupport
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.-
Uses of AggregateSupport in org.hibernate.dialect
Methods in org.hibernate.dialect that return AggregateSupportModifier and TypeMethodDescriptionDB2Dialect.getAggregateSupport()Dialect.getAggregateSupport()How does this dialect support aggregate types likeSqlTypes.STRUCT.DialectDelegateWrapper.getAggregateSupport()OracleDialect.getAggregateSupport()PostgreSQLDialect.getAggregateSupport() -
Uses of AggregateSupport in org.hibernate.dialect.aggregate
Classes in org.hibernate.dialect.aggregate that implement AggregateSupportModifier and TypeClassDescriptionclassclassclassclassFields in org.hibernate.dialect.aggregate declared as AggregateSupportModifier and TypeFieldDescriptionstatic final AggregateSupportAggregateSupportImpl.INSTANCEstatic final AggregateSupportDB2AggregateSupport.INSTANCEMethods in org.hibernate.dialect.aggregate that return AggregateSupport