Uses of Class
org.hibernate.grammars.hql.HqlParser.CubeContext
Packages that use HqlParser.CubeContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.CubeContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.CubeContextModifier and TypeMethodDescriptionfinal HqlParser.CubeContext
HqlParser.cube()
HqlParser.StandardFunctionContext.cube()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.CubeContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterCube
(HqlParser.CubeContext ctx) Enter a parse tree produced byHqlParser.cube()
.void
HqlParserListener.enterCube
(HqlParser.CubeContext ctx) Enter a parse tree produced byHqlParser.cube()
.void
HqlParserBaseListener.exitCube
(HqlParser.CubeContext ctx) Exit a parse tree produced byHqlParser.cube()
.void
HqlParserListener.exitCube
(HqlParser.CubeContext ctx) Exit a parse tree produced byHqlParser.cube()
.HqlParserBaseVisitor.visitCube
(HqlParser.CubeContext ctx) Visit a parse tree produced byHqlParser.cube()
.HqlParserVisitor.visitCube
(HqlParser.CubeContext ctx) Visit a parse tree produced byHqlParser.cube()
. -
Uses of HqlParser.CubeContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.CubeContext