org.springframework.datastore.query
Class Query.AvgProjection

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.AvgProjection
Enclosing class:
Query

public static class Query.AvgProjection
extends Query.PropertyProjection

Computes the average value of a property


Constructor Summary
protected Query.AvgProjection(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.AvgProjection

protected Query.AvgProjection(String propertyName)