Interface SqmCorrelatedJoin<L,R>

All Superinterfaces:
Expression<R>, FetchParent<L,R>, From<L,R>, Join<L,R>, JpaCriteriaNode, JpaExpression<R>, JpaFetchParent<L,R>, JpaFrom<L,R>, JpaJoin<L,R>, JpaPath<R>, JpaSelection<R>, JpaTupleElement<R>, Path<R>, Selection<R>, SemanticPathPart, Serializable, SqmCorrelation<L,R>, SqmExpressibleAccessor<R>, SqmExpression<R>, SqmFrom<L,R>, SqmJoin<L,R>, SqmNode, SqmPath<R>, SqmPathWrapper<R,R>, SqmSelectableNode<R>, SqmTypedNode<R>, SqmVisitableNode, TupleElement<R>
All Known Subinterfaces:
SqmCorrelatedSingularValuedJoin<L,R>
All Known Implementing Classes:
SqmCorrelatedBagJoin, SqmCorrelatedEntityJoin, SqmCorrelatedListJoin, SqmCorrelatedMapJoin, SqmCorrelatedPluralPartJoin, SqmCorrelatedSetJoin, SqmCorrelatedSingularJoin

public interface SqmCorrelatedJoin<L,R> extends SqmCorrelation<L,R>, SqmJoin<L,R>