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.EntityWithJoinsContextHqlParser.DeleteStatementContext. entityWithJoins()HqlParser.EntityWithJoinsContextHqlParser. entityWithJoins()HqlParser.EntityWithJoinsContextHqlParser.FromClauseContext. entityWithJoins(int i)HqlParser.EntityWithJoinsContextHqlParser.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 voidHqlParserBaseListener. enterEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)Enter a parse tree produced byHqlParser.entityWithJoins().voidHqlParserListener. enterEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)Enter a parse tree produced byHqlParser.entityWithJoins().voidHqlParserBaseListener. exitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)Exit a parse tree produced byHqlParser.entityWithJoins().voidHqlParserListener. exitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)Exit a parse tree produced byHqlParser.entityWithJoins().THqlParserBaseVisitor. visitEntityWithJoins(HqlParser.EntityWithJoinsContext ctx)Visit a parse tree produced byHqlParser.entityWithJoins().THqlParserVisitor. 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> voidSqmTreeCreationHelper. handleRootAsCrossJoin(HqlParser.EntityWithJoinsContext entityWithJoinsContext, SqmRoot<?> sqmPrimaryRoot, SemanticQueryBuilder<?> sqmBuilder)Handle secondary query roots using cross-join semantics.SqmRoot<?>SemanticQueryBuilder. visitEntityWithJoins(HqlParser.EntityWithJoinsContext parserSpace)
-