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.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)
Deprecated syntax dating back to EJB-QL prior to EJB 3, required by JPA, never documented in HibernateSqmJoin<?,?>
SemanticQueryBuilder. visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext ctx)
-