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