Jakarta Persistence (JPA) Method
MapJoin<X,K,V> join(
MapAttribute<? super X,K,V> map,
JoinType jt
)
Create a join to the specified
Map<K,V>-valued attribute using the given join type. - Parameters:
jt- join typemap- target of the join
- Returns:
- the resulting join.
- Since:
- Jakarta Persistence (JPA) 1.0