Class SqmPluralValuedSimplePath<C>

Type Parameters:
C - The collection type
All Implemented Interfaces:
Expression<C>, Path<C>, Selection<C>, TupleElement<C>, Serializable, JpaCriteriaNode, JpaExpression<C>, JpaPath<C>, JpaSelection<C>, JpaTupleElement<C>, SemanticPathPart, SqmPath<C>, SqmSimplePath<C>, SqmExpression<C>, SqmSelectableNode<C>, SqmExpressibleAccessor<C>, SqmNode, SqmTypedNode<C>, SqmVisitableNode

public class SqmPluralValuedSimplePath<C> extends AbstractSqmSimplePath<C>
An SqmPath for plural attribute paths
See Also: