Interface ListJoin<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>, Path<E>, PluralJoin<Z,List<E>,E>, Selection<E>, TupleElement<E>

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