Uses of Class
org.hibernate.query.sqm.tree.domain.SqmListJoin
Packages that use SqmListJoin
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmListJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmListJoinMethods in org.hibernate.query.sqm with parameters of type SqmListJoinModifier and TypeMethodDescriptiondefault T
SemanticQueryWalker.visitListJoin
(SqmListJoin<?, ?> join) -
Uses of SqmListJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmListJoin -
Uses of SqmListJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmListJoin in org.hibernate.query.sqm.tree.domainMethods in org.hibernate.query.sqm.tree.domain that return SqmListJoinModifier and TypeMethodDescriptionSqmListJoin.copy
(SqmCopyContext context) SqmCorrelatedListJoin.getCorrelationParent()
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> <X,
Y> SqmListJoin<X, Y> SqmListJoin.on
(Expression<Boolean> restriction) SqmListJoin.on
(JpaExpression<Boolean> restriction) SqmListJoin.on
(JpaPredicate... restrictions) Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmListJoinModifierConstructorDescriptionSqmCorrelatedListJoin
(SqmListJoin<O, T> correlationParent) SqmTreatedListJoin
(SqmListJoin<O, T> wrappedPath, TreatableDomainType<S> treatTarget, String alias) SqmTreatedListJoin
(SqmListJoin<O, T> wrappedPath, TreatableDomainType<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 SqmListJoinModifier and TypeMethodDescription<E> SqmListJoin<R,
E> SqmFrom.join
(ListAttribute<? super R, E> list) <E> SqmListJoin<R,
E> SqmFrom.join
(ListAttribute<? super R, E> list, JoinType jt) <E> SqmListJoin<R,
E> SqmJoin.join
(ListAttribute<? super R, E> list) <E> SqmListJoin<R,
E> SqmJoin.join
(ListAttribute<? super R, E> list, JoinType jt) <X,
Y> SqmListJoin<X, Y> <X,
Y> SqmListJoin<X, Y> <X,
Y> SqmListJoin<X, Y> <X,
Y> SqmListJoin<X, Y>