public interface CountAllProjection extends QueryProjection<Long>
QueryProjection
to represent the count of all the results of a query.Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>, Expression.InvalidExpressionException
Modifier and Type | Method and Description |
---|---|
static CountAllProjection |
create()
Create a
CountAllProjection . |
bean, constant, countAll, path, propertySet, propertySet
getTemporalType, getType, isCollectionExpression, isConverterExpression
validate
static CountAllProjection create()
CountAllProjection
.Copyright © 2018 The Holon Platform. All rights reserved.