Class AbstractSqmQualifiedJoin<O,T>

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

public abstract class AbstractSqmQualifiedJoin<O,T> extends AbstractSqmJoin<O,T> implements SqmQualifiedJoin<O,T>, JpaJoinedFrom<O,T>
See Also: