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 -
-
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.JpaCollectionJoinContext
HqlParser.EntityWithJoinsContext. jpaCollectionJoin(int i)
HqlParser.JpaCollectionJoinContext
HqlParser. 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 void
SemanticQueryBuilder. consumeJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx, SqmRoot<?> sqmRoot)
SqmJoin<?,?>
SemanticQueryBuilder. visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
-