- Type Parameters:
- Z- the source type of the join
- E- the element type of the target- Set
- All Superinterfaces:
- Expression<E>,- FetchParent<Z,,- E> - From<Z,,- E> - Join<Z,,- E> - Path<E>,- PluralJoin<Z,,- Set<E>, - E> - Selection<E>,- TupleElement<E>
The 
SetJoin interface is the type of the result of
 joining to a collection over an association or element 
 collection that has been specified as a Set.- Since:
- 2.0
- 
Method SummaryModifier and TypeMethodDescriptionSetAttribute<? super Z, E> getModel()Return the metamodel representation for the set attribute.on(Expression<Boolean> restriction) Modify the join to restrict the result according to the specified ON condition and return the join object.Modify the join to restrict the result according to the specified ON condition and return the join object.Methods inherited from interface jakarta.persistence.criteria.Expressionas, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualToMethods inherited from interface jakarta.persistence.criteria.FetchParentfetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface jakarta.persistence.criteria.FromgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetMethods inherited from interface jakarta.persistence.criteria.JoingetAttribute, getJoinType, getOn, getParentMethods inherited from interface jakarta.persistence.criteria.Pathget, get, get, get, getParentPath, typeMethods inherited from interface jakarta.persistence.criteria.Selectionalias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface jakarta.persistence.TupleElementgetAlias, getJavaType
- 
Method Details- 
onModify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any.
- 
onModify the join to restrict the result according to the specified ON condition and return the join object. Replaces the previous ON condition, if any.
- 
getModel
 
-