Uses of Class
org.hibernate.query.sqm.tree.domain.SqmBagJoin
-
Packages that use SqmBagJoin Package Description org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.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 SqmBagJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmBagJoin Modifier and Type Method Description <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 SqmBagJoin Modifier and Type Method Description default TSemanticQueryWalker. visitBagJoin(SqmBagJoin<?,?> join) -
Uses of SqmBagJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmBagJoin Modifier and Type Method Description <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.domain Modifier and Type Class Description classSqmCorrelatedBagJoin<O,T>classSqmTreatedBagJoin<O,T,S extends T>Methods in org.hibernate.query.sqm.tree.domain that return SqmBagJoin Modifier and Type Method Description SqmBagJoin<O,E>SqmBagJoin. copy(SqmCopyContext context)SqmBagJoin<O,T>SqmCorrelatedBagJoin. getCorrelationParent()SqmBagJoin<O,T>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. on(Predicate... restrictions)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 SqmBagJoin Constructor Description SqmCorrelatedBagJoin(SqmBagJoin<O,T> correlationParent)SqmTreatedBagJoin(SqmBagJoin<O,T> wrappedPath, TreatableDomainType<S> treatTarget, String alias)SqmTreatedBagJoin(SqmBagJoin<O,T> wrappedPath, TreatableDomainType<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 SqmBagJoin Modifier and Type Method Description <E> SqmBagJoin<T,E>SqmFrom. join(CollectionAttribute<? super T,E> attribute)<E> SqmBagJoin<T,E>SqmFrom. join(CollectionAttribute<? super T,E> attribute, JoinType jt)<X,Y>
SqmBagJoin<X,Y>SqmFrom. joinCollection(String attributeName)<X,Y>
SqmBagJoin<X,Y>SqmFrom. joinCollection(String attributeName, JoinType jt) -
Uses of SqmBagJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmBagJoin Modifier and Type Method Description <X,Y>
SqmBagJoin<X,Y>SqmSubQuery. correlate(CollectionJoin<X,Y> parentCollection)
-