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