com.google.appengine.api.datastore
Class Projection
- java.lang.Object
-
- com.google.appengine.api.datastore.Projection
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PropertyProjection
public abstract class Projection extends java.lang.Object implements java.io.Serializable
A query projection.- See Also:
Query.getProjections()
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract java.lang.String
getName()
Returns the name of the property this projection populates.
-