Class AbstractSqmPluralJoin<L,C,E>

Type Parameters:
L - The left-hand side of the join
C - The collection type
E - The collection's element type
All Implemented Interfaces:
Expression<E>, Fetch<L,E>, FetchParent<L,E>, From<L,E>, Join<L,E>, Path<E>, PluralJoin<L,C,E>, Selection<E>, TupleElement<E>, Serializable, JpaCriteriaNode, JpaExpression<E>, JpaFetch<L,E>, JpaFetchParent<L,E>, JpaFrom<L,E>, JpaJoin<L,E>, JpaPath<E>, JpaSelection<E>, JpaTupleElement<E>, SemanticPathPart, SqmPath<E>, SqmExpression<E>, SqmAttributeJoin<L,E>, SqmFrom<L,E>, SqmJoin<L,E>, SqmSelectableNode<E>, SqmExpressibleAccessor<E>, SqmNode, SqmTypedNode<E>, SqmVisitableNode
Direct Known Subclasses:
SqmBagJoin, SqmListJoin, SqmMapJoin, SqmSetJoin

public abstract class AbstractSqmPluralJoin<L,C,E> extends AbstractSqmAttributeJoin<L,E> implements JpaJoin<L,E>, PluralJoin<L,C,E>
Base support for joins to plural attributes
See Also: