Class AbstractSqmJoin<L,R>

All Implemented Interfaces:
Expression<R>, FetchParent<L,R>, From<L,R>, Join<L,R>, Path<R>, Selection<R>, TupleElement<R>, Serializable, JpaCriteriaNode, JpaExpression<R>, JpaFetchParent<L,R>, JpaFrom<L,R>, JpaJoin<L,R>, JpaPath<R>, JpaSelection<R>, JpaTupleElement<R>, SemanticPathPart, SqmPath<R>, SqmExpression<R>, SqmFrom<L,R>, SqmJoin<L,R>, SqmSelectableNode<R>, SqmExpressibleAccessor<R>, SqmNode, SqmTypedNode<R>, SqmVisitableNode
Direct Known Subclasses:
AbstractSqmAttributeJoin, SqmCteJoin, SqmDerivedJoin, SqmEntityJoin, SqmPluralPartJoin

public abstract class AbstractSqmJoin<L,R> extends AbstractSqmFrom<L,R> implements SqmJoin<L,R>
See Also: