Interface MapJoin<Z,K,V>

Type Parameters:
Z - the source type of the join
K - the type of the target Map key
V - the type of the target Map value
All Superinterfaces:
Expression<V>, FetchParent<Z,V>, From<Z,V>, Join<Z,V>, Path<V>, PluralJoin<Z,Map<K,V>,V>, Selection<V>, TupleElement<V>

public interface MapJoin<Z,K,V> extends PluralJoin<Z,Map<K,V>,V>
The MapJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a Map.
Since:
2.0