Class SqmPluralPartJoin<O,T>

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

public class SqmPluralPartJoin<O,T> extends AbstractSqmJoin<O,T>
See Also: