Uses of Class
org.hibernate.grammars.hql.HqlParser.CrossJoinContext
Packages that use HqlParser.CrossJoinContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.CrossJoinContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.CrossJoinContextModifier and TypeMethodDescriptionHqlParser.crossJoin()
HqlParser.EntityWithJoinsContext.crossJoin
(int i) Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.CrossJoinContextMethods in org.hibernate.grammars.hql with parameters of type HqlParser.CrossJoinContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterCrossJoin
(HqlParser.CrossJoinContext ctx) Enter a parse tree produced byHqlParser.crossJoin()
.void
HqlParserListener.enterCrossJoin
(HqlParser.CrossJoinContext ctx) Enter a parse tree produced byHqlParser.crossJoin()
.void
HqlParserBaseListener.exitCrossJoin
(HqlParser.CrossJoinContext ctx) Exit a parse tree produced byHqlParser.crossJoin()
.void
HqlParserListener.exitCrossJoin
(HqlParser.CrossJoinContext ctx) Exit a parse tree produced byHqlParser.crossJoin()
.HqlParserBaseVisitor.visitCrossJoin
(HqlParser.CrossJoinContext ctx) Visit a parse tree produced byHqlParser.crossJoin()
.HqlParserVisitor.visitCrossJoin
(HqlParser.CrossJoinContext ctx) Visit a parse tree produced byHqlParser.crossJoin()
. -
Uses of HqlParser.CrossJoinContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.CrossJoinContextModifier and TypeMethodDescriptionprotected <T> void
SemanticQueryBuilder.consumeCrossJoin
(HqlParser.CrossJoinContext parserJoin, SqmRoot<T> sqmRoot) final SqmCrossJoin<?>
SemanticQueryBuilder.visitCrossJoin
(HqlParser.CrossJoinContext ctx)