Uses of Class
org.hibernate.dialect.SelectItemReferenceStrategy
-
Packages that use SelectItemReferenceStrategy Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of SelectItemReferenceStrategy in org.hibernate.dialect
Methods in org.hibernate.dialect that return SelectItemReferenceStrategy Modifier and Type Method Description SelectItemReferenceStrategyDialect. getGroupBySelectItemReferenceStrategy()Determine how selected items are referenced in thegroup byclause.SelectItemReferenceStrategyDialectDelegateWrapper. getGroupBySelectItemReferenceStrategy()SelectItemReferenceStrategyH2Dialect. getGroupBySelectItemReferenceStrategy()SelectItemReferenceStrategyMySQLDialect. getGroupBySelectItemReferenceStrategy()SelectItemReferenceStrategyPostgreSQLDialect. getGroupBySelectItemReferenceStrategy()static SelectItemReferenceStrategySelectItemReferenceStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectItemReferenceStrategy[]SelectItemReferenceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SelectItemReferenceStrategy in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SelectItemReferenceStrategy Modifier and Type Method Description protected voidAbstractSqlAstTranslator. visitGroupByClause(QuerySpec querySpec, SelectItemReferenceStrategy referenceStrategy)protected voidAbstractSqlAstTranslator. visitPartitionExpressions(List<Expression> partitionExpressions, SelectItemReferenceStrategy referenceStrategy)
-