Uses of Class
org.hibernate.grammars.hql.HqlParser.RollupContext
Packages that use HqlParser.RollupContext
Package
Description
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.RollupContextModifier and TypeMethodDescriptionfinal HqlParser.RollupContext
HqlParser.rollup()
HqlParser.StandardFunctionContext.rollup()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.RollupContextModifier and TypeMethodDescriptionvoid
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()
.HqlParserBaseVisitor.visitRollup
(HqlParser.RollupContext ctx) Visit a parse tree produced byHqlParser.rollup()
.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