Interface JpaCrossJoin<L,T>

All Superinterfaces:
Expression<T>, FetchParent<L,T>, From<L,T>, JpaCriteriaNode, JpaExpression<T>, JpaFetchParent<L,T>, JpaFrom<L,T>, JpaPath<T>, JpaSelection<T>, JpaTupleElement<T>, Path<T>, Selection<T>, Serializable, TupleElement<T>
All Known Implementing Classes:
SqmCorrelatedCrossJoin, SqmCrossJoin, SqmTreatedCrossJoin

@Incubating public interface JpaCrossJoin<L,T> extends JpaFrom<L,T>