Class SqmListJoin<O,E>

All Implemented Interfaces:
Expression<E>, Fetch<O,E>, FetchParent<O,E>, From<O,E>, Join<O,E>, ListJoin<O,E>, Path<E>, PluralJoin<O,List<E>,E>, Selection<E>, TupleElement<E>, Serializable, JpaCriteriaNode, JpaExpression<E>, JpaFetch<O,E>, JpaFetchParent<O,E>, JpaFrom<O,E>, JpaJoin<O,E>, JpaListJoin<O,E>, JpaPath<E>, JpaPluralJoin<O,List<E>,E>, JpaSelection<E>, JpaTupleElement<E>, SemanticPathPart, SqmPath<E>, SqmExpression<E>, SqmAttributeJoin<O,E>, SqmFrom<O,E>, SqmJoin<O,E>, SqmSelectableNode<E>, SqmExpressibleAccessor<E>, SqmNode, SqmTypedNode<E>, SqmVisitableNode
Direct Known Subclasses:
SqmCorrelatedListJoin, SqmTreatedListJoin

public class SqmListJoin<O,E> extends AbstractSqmPluralJoin<O,List<E>,E> implements JpaListJoin<O,E>
See Also: