Uses of Interface
org.hibernate.query.criteria.JpaSetJoin
Packages that use JpaSetJoin
Package
Description
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service
.Nodes representing path expressions in the SQM tree.
-
Uses of JpaSetJoin in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return JpaSetJoinModifier and TypeMethodDescription<X,
Y> JpaSetJoin<X, Y> <Y> JpaSetJoin<T,
Y> JpaFrom.join
(SetAttribute<? super T, Y> set) <Y> JpaSetJoin<T,
Y> JpaFrom.join
(SetAttribute<? super T, Y> set, JoinType jt) <X,
Y> JpaSetJoin<X, Y> <X,
Y> JpaSetJoin<X, Y> JpaSetJoin<O,
T> JpaSetJoin.on
(Expression<Boolean> restriction) JpaSetJoin<O,
T> JpaSetJoin<O,
T> JpaSetJoin.on
(JpaExpression<Boolean> restriction) JpaSetJoin<O,
T> JpaSetJoin.on
(JpaPredicate... restrictions) <X,
T, E extends T>
JpaSetJoin<X,E> -
Uses of JpaSetJoin in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return JpaSetJoin -
Uses of JpaSetJoin in org.hibernate.query.sqm.tree.domain
Classes in org.hibernate.query.sqm.tree.domain that implement JpaSetJoinModifier and TypeClassDescriptionclass
SqmCorrelatedSetJoin<O,
T> class
SqmSetJoin<O,
E> class
SqmTreatedSetJoin<O,
T, S extends T>