Class SqmCollectionSize

All Implemented Interfaces:
Expression<Integer>, Selection<Integer>, TupleElement<Integer>, Serializable, JpaCriteriaNode, JpaExpression<Integer>, JpaSelection<Integer>, JpaTupleElement<Integer>, SqmExpression<Integer>, SqmSelectableNode<Integer>, SqmExpressibleAccessor<Integer>, SqmNode, SqmTypedNode<Integer>, SqmVisitableNode

public class SqmCollectionSize extends AbstractSqmExpression<Integer>
Represents the SIZE() function.
See Also: