Class SqmCorrelatedBagJoin<O,T>

All Implemented Interfaces:
CollectionJoin<O,T>, Expression<T>, Fetch<O,T>, FetchParent<O,T>, From<O,T>, Join<O,T>, Path<T>, PluralJoin<O,Collection<T>,T>, Selection<T>, TupleElement<T>, Serializable, JpaCollectionJoin<O,T>, JpaCriteriaNode, JpaExpression<T>, JpaFetch<O,T>, JpaFetchParent<O,T>, JpaFrom<O,T>, JpaJoin<O,T>, JpaPath<T>, JpaPluralJoin<O,Collection<T>,T>, JpaSelection<T>, JpaTupleElement<T>, SemanticPathPart, SqmCorrelatedJoin<O,T>, SqmCorrelation<O,T>, SqmPath<T>, SqmPathWrapper<T,T>, SqmExpression<T>, SqmAttributeJoin<O,T>, SqmFrom<O,T>, SqmJoin<O,T>, SqmSelectableNode<T>, SqmExpressibleAccessor<T>, SqmNode, SqmTypedNode<T>, SqmVisitableNode

public class SqmCorrelatedBagJoin<O,T> extends SqmBagJoin<O,T> implements SqmCorrelatedJoin<O,T>
See Also: