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.
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 TSemanticQueryWalker.visitListJoin(SqmListJoin<?, ?> join) -
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(@Nullable Expression<Boolean> restriction) SqmListJoin.on(@Nullable JpaExpression<Boolean> restriction) SqmListJoin.on(JpaPredicate @Nullable ... restrictions) Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmListJoinModifierConstructorDescriptionSqmCorrelatedListJoin(SqmListJoin<O, T> correlationParent) SqmTreatedListJoin(SqmListJoin<O, T> wrappedPath, SqmTreatableDomainType<S> treatTarget, @Nullable String alias) SqmTreatedListJoin(SqmListJoin<O, T> wrappedPath, SqmTreatableDomainType<S> treatTarget, @Nullable 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>