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