Interface MapJoinSupport<Z,K,V>

Type Parameters:
Z - the source type of the join
K - the key type of the target Map
V - the element type of the target Map
All Superinterfaces:
Expression<V>, FetchParent<Z,V>, From<Z,V>, Join<Z,V>, MapJoin<Z,K,V>, Path<V>, PluralJoin<Z,Map<K,V>,V>, Selection<V>, TupleElement<V>
All Known Implementing Classes:
MapAttributeJoin, MapAttributeJoin.TreatedMapAttributeJoin

public interface MapJoinSupport<Z,K,V> extends MapJoin<Z,K,V>
An interface necessary to be able to compile against JPA 2.0 but let users use JPA 2.1 APIs.
Since:
1.3.0
Author:
Christian Beikov