Class SqmCrossJoin<L,T>

All Implemented Interfaces:
Expression<T>, FetchParent<L,T>, From<L,T>, Join<L,T>, Path<T>, Selection<T>, TupleElement<T>, Serializable, JpaCriteriaNode, JpaCrossJoin<L,T>, JpaExpression<T>, JpaFetchParent<L,T>, JpaFrom<L,T>, JpaJoin<L,T>, JpaPath<T>, JpaSelection<T>, JpaTupleElement<T>, SemanticPathPart, SqmPath<T>, SqmExpression<T>, SqmFrom<L,T>, SqmJoin<L,T>, SqmSelectableNode<T>, SqmCacheable, SqmExpressibleAccessor<T>, SqmNode, SqmTypedNode<T>, SqmVisitableNode
Direct Known Subclasses:
SqmCorrelatedCrossJoin, SqmTreatedCrossJoin

public class SqmCrossJoin<L,T> extends AbstractSqmFrom<L,T> implements JpaCrossJoin<L,T>, SqmJoin<L,T>
Stuff and things
See Also:
Implementation Note:
IMPL NOTE