Interface ListJoinSupport<Z,E>

Type Parameters:
Z - the source type of the join
E - the element type of the target List
All Superinterfaces:
Expression<E>, FetchParent<Z,E>, From<Z,E>, Join<Z,E>, ListJoin<Z,E>, Path<E>, PluralJoin<Z,List<E>,E>, Selection<E>, TupleElement<E>
All Known Implementing Classes:
ListAttributeJoin, ListAttributeJoin.TreatedListAttributeJoin

public interface ListJoinSupport<Z,E> extends ListJoin<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