Uses of Class
org.hibernate.query.sqm.tree.domain.SqmSetJoin
-
Packages that use SqmSetJoin 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 SqmSetJoin in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmSetJoin Modifier and Type Method Description <X,T,E extends T>
SqmSetJoin<X,E>NodeBuilder. treat(SetJoin<X,T> join, Class<E> type)Methods in org.hibernate.query.sqm with parameters of type SqmSetJoin Modifier and Type Method Description default TSemanticQueryWalker. visitSetJoin(SqmSetJoin<?,?> join) -
Uses of SqmSetJoin in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmSetJoin Modifier and Type Method Description <X,T,E extends T>
SqmSetJoin<X,E>SqmCriteriaNodeBuilder. treat(SetJoin<X,T> join, Class<E> type) -
Uses of SqmSetJoin in org.hibernate.query.sqm.tree.domain
Subclasses of SqmSetJoin in org.hibernate.query.sqm.tree.domain Modifier and Type Class Description classSqmCorrelatedSetJoin<O,T>classSqmTreatedSetJoin<O,T,S extends T>Methods in org.hibernate.query.sqm.tree.domain that return SqmSetJoin Modifier and Type Method Description SqmSetJoin<O,E>SqmSetJoin. copy(SqmCopyContext context)SqmSetJoin<O,T>SqmCorrelatedSetJoin. getCorrelationParent()SqmSetJoin<O,T>SqmTreatedSetJoin. getWrappedPath()<E> SqmSetJoin<T,E>AbstractSqmFrom. join(SetAttribute<? super T,E> attribute)<E> SqmSetJoin<T,E>AbstractSqmFrom. join(SetAttribute<? super T,E> attribute, JoinType jt)<X,Y>
SqmSetJoin<X,Y>AbstractSqmFrom. joinSet(String attributeName)<X,Y>
SqmSetJoin<X,Y>AbstractSqmFrom. joinSet(String attributeName, JoinType jt)SqmSetJoin<O,E>SqmSetJoin. on(Expression<Boolean> restriction)SqmSetJoin<O,E>SqmSetJoin. on(Predicate... restrictions)SqmSetJoin<O,E>SqmSetJoin. on(JpaExpression<Boolean> restriction)SqmSetJoin<O,E>SqmSetJoin. on(JpaPredicate... restrictions)Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmSetJoin Constructor Description SqmCorrelatedSetJoin(SqmSetJoin<O,T> correlationParent)SqmTreatedSetJoin(SqmSetJoin<O,T> wrappedPath, EntityDomainType<S> treatTarget, String alias) -
Uses of SqmSetJoin in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from that return SqmSetJoin Modifier and Type Method Description <E> SqmSetJoin<T,E>SqmFrom. join(SetAttribute<? super T,E> set)<E> SqmSetJoin<T,E>SqmFrom. join(SetAttribute<? super T,E> set, JoinType jt)<X,Y>
SqmSetJoin<X,Y>SqmFrom. joinSet(String attributeName)<X,Y>
SqmSetJoin<X,Y>SqmFrom. joinSet(String attributeName, JoinType jt) -
Uses of SqmSetJoin in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SqmSetJoin Modifier and Type Method Description <X,Y>
SqmSetJoin<X,Y>SqmSubQuery. correlate(SetJoin<X,Y> parentSet)
-