Uses of Class
org.hibernate.query.sqm.tree.domain.SqmBagJoin
Packages that use SqmBagJoin
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 SqmBagJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmBagJoinModifier and TypeMethodDescription<X,T, E extends T>
SqmBagJoin<X,E> NodeBuilder.treat(CollectionJoin<X, T> join, Class<E> type) Methods in org.hibernate.query.sqm with parameters of type SqmBagJoinModifier and TypeMethodDescriptiondefault TSemanticQueryWalker.visitBagJoin(SqmBagJoin<?, ?> join) -
Uses of SqmBagJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmBagJoinModifier and TypeMethodDescription<X,T, E extends T>
SqmBagJoin<X,E> SqmCriteriaNodeBuilder.treat(CollectionJoin<X, T> join, Class<E> type) -
Uses of SqmBagJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmBagJoin in org.hibernate.query.sqm.tree.domainModifier and TypeClassDescriptionclassSqmCorrelatedBagJoin<O,T> classSqmTreatedBagJoin<L,R, S extends R> Methods in org.hibernate.query.sqm.tree.domain that return SqmBagJoinModifier and TypeMethodDescriptionSqmBagJoin<O,E> SqmBagJoin.copy(SqmCopyContext context) SqmBagJoin<O,T> SqmCorrelatedBagJoin.getCorrelationParent()SqmBagJoin<L,R> SqmTreatedBagJoin.getWrappedPath()<A> SqmBagJoin<T,A> AbstractSqmFrom.join(CollectionAttribute<? super T, A> attribute) <E> SqmBagJoin<T,E> AbstractSqmFrom.join(CollectionAttribute<? super T, E> attribute, JoinType jt) <X,Y> SqmBagJoin<X, Y> AbstractSqmFrom.joinCollection(String attributeName) <X,Y> SqmBagJoin<X, Y> AbstractSqmFrom.joinCollection(String attributeName, JoinType jt) SqmBagJoin<O,E> SqmBagJoin.on(Expression<Boolean> restriction) SqmBagJoin<O,E> SqmBagJoin<O,E> SqmBagJoin.on(JpaExpression<Boolean> restriction) SqmBagJoin<O,E> SqmBagJoin.on(JpaPredicate... restrictions) Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmBagJoinModifierConstructorDescriptionSqmCorrelatedBagJoin(SqmBagJoin<O, T> correlationParent) SqmTreatedBagJoin(SqmBagJoin<L, R> wrappedPath, SqmTreatableDomainType<S> treatTarget, String alias) SqmTreatedBagJoin(SqmBagJoin<L, R> wrappedPath, SqmTreatableDomainType<S> treatTarget, String alias, boolean fetched) -
Uses of SqmBagJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmBagJoinModifier and TypeMethodDescription<E> SqmBagJoin<R,E> SqmFrom.join(CollectionAttribute<? super R, E> attribute) <E> SqmBagJoin<R,E> SqmFrom.join(CollectionAttribute<? super R, E> attribute, JoinType jt) <E> SqmBagJoin<R,E> SqmJoin.join(CollectionAttribute<? super R, E> attribute) <E> SqmBagJoin<R,E> SqmJoin.join(CollectionAttribute<? super R, E> attribute, JoinType jt) <X,Y> SqmBagJoin<X, Y> SqmFrom.joinCollection(String attributeName) <X,Y> SqmBagJoin<X, Y> SqmFrom.joinCollection(String attributeName, JoinType jt) <X,Y> SqmBagJoin<X, Y> SqmJoin.joinCollection(String attributeName) <X,Y> SqmBagJoin<X, Y> SqmJoin.joinCollection(String attributeName, JoinType jt)