Interface SetJoinSupport<Z,E>

Type Parameters:
Z - the source type of the join
E - the element type of the target Set
All Superinterfaces:
Expression<E>, FetchParent<Z,E>, From<Z,E>, Join<Z,E>, Path<E>, PluralJoin<Z,Set<E>,E>, Selection<E>, SetJoin<Z,E>, TupleElement<E>
All Known Implementing Classes:
SetAttributeJoin, SetAttributeJoin.TreatedSetAttributeJoin

public interface SetJoinSupport<Z,E> extends SetJoin<Z,E>
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