join(set, jt) - JPA From's method
Method javax.persistence.criteria.From
SetJoin<X,Y> join(
SetAttribute<?,Y> set,
JoinType jt
)
Create a join to the specified Set-valued attribute using the given join type.
- Parameters:
-
set
- target of the joinjt
- join type
- Returns:
- the resulting join
- Since:
- JPA 2.0