Uses of Class
org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
-
Packages that use HqlParser.JpaCollectionJoinContext Package Description org.hibernate.grammars.hql org.hibernate.query.hql.internal 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.JpaCollectionJoinContext Modifier and Type Method Description HqlParser.JpaCollectionJoinContextHqlParser.EntityWithJoinsContext. jpaCollectionJoin(int i)HqlParser.JpaCollectionJoinContextHqlParser. jpaCollectionJoin()Methods in org.hibernate.grammars.hql that return types with arguments of type HqlParser.JpaCollectionJoinContext Modifier and Type Method Description List<HqlParser.JpaCollectionJoinContext>HqlParser.EntityWithJoinsContext. jpaCollectionJoin() -
Uses of HqlParser.JpaCollectionJoinContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type HqlParser.JpaCollectionJoinContext Modifier and Type Method Description protected voidSemanticQueryBuilder. consumeJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx, SqmRoot<?> sqmRoot)SqmJoin<?,?>SemanticQueryBuilder. visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
-