Uses of Class
org.hibernate.query.sqm.tree.domain.SqmListJoin
-
Packages that use SqmListJoin Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree. -
-
Uses of SqmListJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmListJoin Modifier and Type Method Description <X,T,E extends T>
SqmListJoin<X,E>NodeBuilder. treat(ListJoin<X,T> join, Class<E> type)Methods in org.hibernate.query.sqm with parameters of type SqmListJoin Modifier and Type Method Description default TSemanticQueryWalker. visitListJoin(SqmListJoin<?,?> join) -
Uses of SqmListJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmListJoin in org.hibernate.query.sqm.tree.domain Modifier and Type Class Description classSqmCorrelatedListJoin<O,T>classSqmTreatedListJoin<O,T,S extends T>Methods in org.hibernate.query.sqm.tree.domain that return SqmListJoin Modifier and Type Method Description SqmListJoin<O,E>SqmListJoin. copy(SqmCopyContext context)SqmListJoin<O,T>SqmCorrelatedListJoin. getCorrelationParent()SqmListJoin<O,T>SqmTreatedListJoin. getWrappedPath()<E> SqmListJoin<T,E>AbstractSqmFrom. join(ListAttribute<? super T,E> attribute)<E> SqmListJoin<T,E>AbstractSqmFrom. join(ListAttribute<? super T,E> attribute, JoinType jt)<X,Y>
SqmListJoin<X,Y>AbstractSqmFrom. joinList(String attributeName)<X,Y>
SqmListJoin<X,Y>AbstractSqmFrom. joinList(String attributeName, JoinType jt)SqmListJoin<O,E>SqmListJoin. on(Expression<Boolean> restriction)SqmListJoin<O,E>SqmListJoin. on(Predicate... restrictions)SqmListJoin<O,E>SqmListJoin. on(JpaExpression<Boolean> restriction)SqmListJoin<O,E>SqmListJoin. on(JpaPredicate... restrictions)Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmListJoin Constructor Description SqmCorrelatedListJoin(SqmListJoin<O,T> correlationParent)SqmTreatedListJoin(SqmListJoin<O,T> wrappedPath, EntityDomainType<S> treatTarget, String alias)SqmTreatedListJoin(SqmListJoin<O,T> wrappedPath, EntityDomainType<S> treatTarget, String alias, boolean fetched) -
Uses of SqmListJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmListJoin Modifier and Type Method Description <E> SqmListJoin<T,E>SqmFrom. join(ListAttribute<? super T,E> list)<E> SqmListJoin<T,E>SqmFrom. join(ListAttribute<? super T,E> list, JoinType jt)<X,Y>
SqmListJoin<X,Y>SqmFrom. joinList(String attributeName)<X,Y>
SqmListJoin<X,Y>SqmFrom. joinList(String attributeName, JoinType jt) -
Uses of SqmListJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmListJoin Modifier and Type Method Description <X,Y>
SqmListJoin<X,Y>SqmSubQuery. correlate(ListJoin<X,Y> parentList)
-