Uses of Class
org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
Packages that use HqlParser.JpaCollectionJoinContext
Package
Description
Implementation of the SPIs for HQL support.
-
Uses of HqlParser.JpaCollectionJoinContext in org.hibernate.grammars.hql
Methods in org.hibernate.grammars.hql that return HqlParser.JpaCollectionJoinContextModifier and TypeMethodDescriptionHqlParser.EntityWithJoinsContext.jpaCollectionJoin
(int i) HqlParser.jpaCollectionJoin()
Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.JpaCollectionJoinContextMethods in org.hibernate.grammars.hql with parameters of type HqlParser.JpaCollectionJoinContextModifier and TypeMethodDescriptionvoid
HqlParserBaseListener.enterJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx) Enter a parse tree produced byHqlParser.jpaCollectionJoin()
.void
HqlParserListener.enterJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx) Enter a parse tree produced byHqlParser.jpaCollectionJoin()
.void
HqlParserBaseListener.exitJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx) Exit a parse tree produced byHqlParser.jpaCollectionJoin()
.void
HqlParserListener.exitJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx) Exit a parse tree produced byHqlParser.jpaCollectionJoin()
.HqlParserBaseVisitor.visitJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx) Visit a parse tree produced byHqlParser.jpaCollectionJoin()
.HqlParserVisitor.visitJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx) Visit a parse tree produced byHqlParser.jpaCollectionJoin()
. -
Uses of HqlParser.JpaCollectionJoinContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JpaCollectionJoinContextModifier and TypeMethodDescriptionprotected void
SemanticQueryBuilder.consumeJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx, SqmRoot<?> sqmRoot) Deprecated syntax dating back to EJB-QL prior to EJB 3, required by JPA, never documented in HibernateSqmJoin<?,
?> SemanticQueryBuilder.visitJpaCollectionJoin
(HqlParser.JpaCollectionJoinContext ctx)