Uses of Class
org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
Packages that use HqlParser.EntityWithJoinsContext
Package
Description
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.EntityWithJoinsContextModifier and TypeMethodDescriptionHqlParser.DeleteStatementContext.entityWithJoins()
HqlParser.entityWithJoins()
HqlParser.FromClauseContext.entityWithJoins
(int i) HqlParser.UpdateStatementContext.entityWithJoins()
Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.EntityWithJoinsContextMethods in org.hibernate.grammars.hql with parameters of type HqlParser.EntityWithJoinsContextModifier and TypeMethodDescriptionvoid
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()
.HqlParserBaseVisitor.visitEntityWithJoins
(HqlParser.EntityWithJoinsContext ctx) Visit a parse tree produced byHqlParser.entityWithJoins()
.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.EntityWithJoinsContextModifier and TypeMethodDescriptionstatic <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)