Uses of Class
org.hibernate.grammars.hql.HqlParser.VariableContext
-
Packages that use HqlParser.VariableContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.VariableContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.VariableContext Modifier and Type Method Description HqlParser.VariableContext
HqlParser.CrossJoinContext. variable()
HqlParser.VariableContext
HqlParser.InstantiationArgumentContext. variable()
HqlParser.VariableContext
HqlParser.JoinPathContext. variable()
HqlParser.VariableContext
HqlParser.JoinSubqueryContext. variable()
HqlParser.VariableContext
HqlParser.JpaCollectionJoinContext. variable()
HqlParser.VariableContext
HqlParser.RootEntityContext. variable()
HqlParser.VariableContext
HqlParser.RootSubqueryContext. variable()
HqlParser.VariableContext
HqlParser.SelectionContext. variable()
HqlParser.VariableContext
HqlParser.TargetEntityContext. variable()
HqlParser.VariableContext
HqlParser. variable()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.VariableContext Modifier and Type Method Description void
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()
.T
HqlParserBaseVisitor. visitVariable(HqlParser.VariableContext ctx)
Visit a parse tree produced byHqlParser.variable()
.T
HqlParserVisitor. visitVariable(HqlParser.VariableContext ctx)
Visit a parse tree produced byHqlParser.variable()
. -
Uses of HqlParser.VariableContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.VariableContext Modifier and Type Method Description protected String
SemanticQueryBuilder. extractAlias(HqlParser.VariableContext ctx)
static String
SqmTreeCreationHelper. extractAlias(HqlParser.VariableContext ctx, SemanticQueryBuilder<?> sqmBuilder)
Extracts an alias ("identification variable")static String
SqmTreeCreationHelper. extractJpaCompliantAlias(HqlParser.VariableContext ctx, SemanticQueryBuilder<?> sqmBuilder)
Extracts an alias ("identification variable"), applying "JPA compliance" by lower-casingstatic String
SqmTreeCreationHelper. extractVariable(HqlParser.VariableContext ctx, SemanticQueryBuilder<?> sqmBuilder)
Extracts an "identification variable" (alias)String
SemanticQueryBuilder. visitVariable(HqlParser.VariableContext ctx)
-