Uses of Class
org.hibernate.grammars.hql.HqlParser.VariableContext
Packages that use HqlParser.VariableContext
-
Uses of HqlParser.VariableContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.VariableContextModifier and TypeMethodDescriptionHqlParser.CrossJoinContext.variable()
HqlParser.InstantiationArgumentContext.variable()
HqlParser.JoinFunctionContext.variable()
HqlParser.JoinPathContext.variable()
HqlParser.JoinSubqueryContext.variable()
HqlParser.JpaCollectionJoinContext.variable()
HqlParser.RootEntityContext.variable()
HqlParser.RootFunctionContext.variable()
HqlParser.RootSubqueryContext.variable()
HqlParser.SelectionContext.variable()
HqlParser.TargetEntityContext.variable()
HqlParser.variable()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.VariableContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterVariable
(HqlParser.VariableContext ctx) Enter a parse tree produced byHqlParser.variable()
.void
HqlParserListener.enterVariable
(HqlParser.VariableContext ctx) Enter a parse tree produced byHqlParser.variable()
.void
HqlParserBaseListener.exitVariable
(HqlParser.VariableContext ctx) Exit a parse tree produced byHqlParser.variable()
.void
HqlParserListener.exitVariable
(HqlParser.VariableContext ctx) Exit a parse tree produced byHqlParser.variable()
.HqlParserBaseVisitor.visitVariable
(HqlParser.VariableContext ctx) Visit a parse tree produced byHqlParser.variable()
.HqlParserVisitor.visitVariable
(HqlParser.VariableContext ctx) Visit a parse tree produced byHqlParser.variable()
.