org.springframework.datastore.query
Class Query.PropertyProjection

java.lang.Object
  extended by org.springframework.datastore.query.Query.Projection
      extended by org.springframework.datastore.query.Query.PropertyProjection
Direct Known Subclasses:
Query.AvgProjection, Query.MaxProjection, Query.MinProjection, Query.SumProjection
Enclosing class:
Query

public static class Query.PropertyProjection
extends Query.Projection

A projection that obtains the value of a property of an entity


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

Constructor Detail

Query.PropertyProjection

protected Query.PropertyProjection(String propertyName)
Method Detail

getPropertyName

public String getPropertyName()