Interface JpaPluralJoin<O,C,E>

All Superinterfaces:
Expression<E>, FetchParent<O,E>, From<O,E>, Join<O,E>, JpaCriteriaNode, JpaExpression<E>, JpaFetchParent<O,E>, JpaFrom<O,E>, JpaJoin<O,E>, JpaPath<E>, JpaSelection<E>, JpaTupleElement<E>, Path<E>, PluralJoin<O,C,E>, Selection<E>, Serializable, TupleElement<E>
All Known Subinterfaces:
JpaCollectionJoin<O,T>, JpaListJoin<O,T>, JpaMapJoin<O,K,V>, JpaSetJoin<O,T>
All Known Implementing Classes:
SqmBagJoin, SqmCorrelatedBagJoin, SqmCorrelatedListJoin, SqmCorrelatedMapJoin, SqmCorrelatedSetJoin, SqmListJoin, SqmMapJoin, SqmSetJoin, SqmTreatedBagJoin, SqmTreatedListJoin, SqmTreatedMapJoin, SqmTreatedSetJoin

public interface JpaPluralJoin<O,C,E> extends JpaJoin<O,E>, PluralJoin<O,C,E>
Specialization of JpaJoin for Set typed attribute joins