Uses of Class
org.hibernate.grammars.hql.HqlParser.RollupContext
Packages that use HqlParser.RollupContext
-
Uses of HqlParser.RollupContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.RollupContextModifier and TypeMethodDescriptionfinal HqlParser.RollupContextHqlParser.rollup()HqlParser.StandardFunctionContext.rollup()Methods in org.hibernate.grammars.hql with parameters of type HqlParser.RollupContextModifier and TypeMethodDescriptionvoidHqlParserBaseListener.enterRollup(HqlParser.RollupContext ctx) Enter a parse tree produced byHqlParser.rollup().voidHqlParserListener.enterRollup(HqlParser.RollupContext ctx) Enter a parse tree produced byHqlParser.rollup().voidHqlParserBaseListener.exitRollup(HqlParser.RollupContext ctx) Exit a parse tree produced byHqlParser.rollup().voidHqlParserListener.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().