org.springframework.datastore.query
Class Query.SumProjection

java.lang.Object
  extended by org.springframework.datastore.query.Query.Projection
      extended by org.springframework.datastore.query.Query.PropertyProjection
          extended by org.springframework.datastore.query.Query.SumProjection
Enclosing class:
Query

public static class Query.SumProjection
extends Query.PropertyProjection

Computes the sum of a property


Constructor Summary
protected Query.SumProjection(String propertyName)
           
 
Method Summary
 
Methods inherited from class org.springframework.datastore.query.Query.PropertyProjection
getPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.SumProjection

protected Query.SumProjection(String propertyName)