Uses of Class
org.hibernate.grammars.hql.HqlParser.JoinContext
Packages that use HqlParser.JoinContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.JoinContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JoinContextModifier and TypeMethodDescriptionHqlParser.EntityWithJoinsContext.join
(int i) final HqlParser.JoinContext
HqlParser.join()
Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.JoinContextMethods in org.hibernate.grammars.hql with parameters of type HqlParser.JoinContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterJoin
(HqlParser.JoinContext ctx) Enter a parse tree produced byHqlParser.join()
.void
HqlParserListener.enterJoin
(HqlParser.JoinContext ctx) Enter a parse tree produced byHqlParser.join()
.void
HqlParserBaseListener.exitJoin
(HqlParser.JoinContext ctx) Exit a parse tree produced byHqlParser.join()
.void
HqlParserListener.exitJoin
(HqlParser.JoinContext ctx) Exit a parse tree produced byHqlParser.join()
.HqlParserBaseVisitor.visitJoin
(HqlParser.JoinContext ctx) Visit a parse tree produced byHqlParser.join()
.HqlParserVisitor.visitJoin
(HqlParser.JoinContext ctx) Visit a parse tree produced byHqlParser.join()
. -
Uses of HqlParser.JoinContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JoinContextModifier and TypeMethodDescriptionprotected <X> void
SemanticQueryBuilder.consumeJoin
(HqlParser.JoinContext parserJoin, SqmRoot<X> sqmRoot) final SqmJoin<?,
?> SemanticQueryBuilder.visitJoin
(HqlParser.JoinContext parserJoin)