Interface CollectionJoin<Z,E>

Type Parameters:
Z - the source type of the join
E - the element type of the target Collection
All Superinterfaces:
Expression<E>, FetchParent<Z,E>, From<Z,E>, Join<Z,E>, Path<E>, PluralJoin<Z,Collection<E>,E>, Selection<E>, TupleElement<E>

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