Uses of Class
org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
-
Packages that use HqlParser.EntityWithJoinsContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal Implementation of the SPIs for HQL support. -
-
Uses of HqlParser.EntityWithJoinsContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.EntityWithJoinsContext Modifier and Type Method Description HqlParser.EntityWithJoinsContext
HqlParser.DeleteStatementContext. entityWithJoins()
HqlParser.EntityWithJoinsContext
HqlParser. entityWithJoins()
HqlParser.EntityWithJoinsContext
HqlParser.FromClauseContext. entityWithJoins(int i)
HqlParser.EntityWithJoinsContext
HqlParser.UpdateStatementContext. entityWithJoins()
Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.EntityWithJoinsContext Modifier and Type Method Description List<HqlParser.EntityWithJoinsContext>
HqlParser.FromClauseContext. entityWithJoins()
Methods in org.hibernate.grammars.hql with parameters of type HqlParser.EntityWithJoinsContext Modifier and Type Method Description void
HqlParserBaseListener. enterEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Enter a parse tree produced byHqlParser.entityWithJoins()
.void
HqlParserListener. enterEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Enter a parse tree produced byHqlParser.entityWithJoins()
.void
HqlParserBaseListener. exitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Exit a parse tree produced byHqlParser.entityWithJoins()
.void
HqlParserListener. exitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Exit a parse tree produced byHqlParser.entityWithJoins()
.T
HqlParserBaseVisitor. visitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Visit a parse tree produced byHqlParser.entityWithJoins()
.T
HqlParserVisitor. visitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)
Visit a parse tree produced byHqlParser.entityWithJoins()
. -
Uses of HqlParser.EntityWithJoinsContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.EntityWithJoinsContext Modifier and Type Method Description static <E> void
SqmTreeCreationHelper. handleRootAsCrossJoin(HqlParser.EntityWithJoinsContext entityWithJoinsContext, SqmRoot<?> sqmPrimaryRoot, SemanticQueryBuilder<?> sqmBuilder)
Handle secondary query roots using cross-join semantics.SqmRoot<?>
SemanticQueryBuilder. visitEntityWithJoins(HqlParser.EntityWithJoinsContext parserSpace)
-