org.springframework.datastore.query
Class Query.MinProjection

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

public static class Query.MinProjection
extends Query.PropertyProjection

Computes the min value of a property


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

protected Query.MinProjection(String propertyName)