Uses of Class
org.hibernate.grammars.hql.HqlParser.RollupContext
-
Packages that use HqlParser.RollupContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.RollupContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.RollupContext Modifier and Type Method Description HqlParser.RollupContext
HqlParser. rollup()
HqlParser.RollupContext
HqlParser.StandardFunctionContext. rollup()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.RollupContext Modifier and Type Method Description void
HqlParserBaseListener. enterRollup(HqlParser.RollupContext ctx)
Enter a parse tree produced byHqlParser.rollup()
.void
HqlParserListener. enterRollup(HqlParser.RollupContext ctx)
Enter a parse tree produced byHqlParser.rollup()
.void
HqlParserBaseListener. exitRollup(HqlParser.RollupContext ctx)
Exit a parse tree produced byHqlParser.rollup()
.void
HqlParserListener. exitRollup(HqlParser.RollupContext ctx)
Exit a parse tree produced byHqlParser.rollup()
.T
HqlParserBaseVisitor. visitRollup(HqlParser.RollupContext ctx)
Visit a parse tree produced byHqlParser.rollup()
.T
HqlParserVisitor. visitRollup(HqlParser.RollupContext ctx)
Visit a parse tree produced byHqlParser.rollup()
. -
Uses of HqlParser.RollupContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.RollupContext Modifier and Type Method Description SqmExpression<?>
SemanticQueryBuilder. visitRollup(HqlParser.RollupContext ctx)
-