Uses of Class
org.hibernate.sql.ast.tree.predicate.GroupedPredicate
-
Packages that use GroupedPredicate Package Description org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of GroupedPredicate in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return GroupedPredicate Modifier and Type Method Description GroupedPredicate
BaseSqmToSqlAstConverter. visitGroupedPredicate(SqmGroupedPredicate predicate)
-
Uses of GroupedPredicate in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type GroupedPredicate Modifier and Type Method Description void
SqlAstWalker. visitGroupedPredicate(GroupedPredicate groupedPredicate)
-
Uses of GroupedPredicate in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type GroupedPredicate Modifier and Type Method Description void
AbstractSqlAstTranslator. visitGroupedPredicate(GroupedPredicate groupedPredicate)
void
AbstractSqlAstWalker. visitGroupedPredicate(GroupedPredicate groupedPredicate)
void
ExpressionReplacementWalker. visitGroupedPredicate(GroupedPredicate groupedPredicate)
-