join(map, jt) - JPA From's method
Method javax.persistence.criteria.From
MapJoin<X,K,V> join(
MapAttribute<?,K,V> map,
JoinType jt
)
Create a join to the specified Map-valued attribute using the given join type.
- Parameters:
-
map
- target of the joinjt
- join type
- Returns:
- the resulting join
- Since:
- JPA 2.0