Class Projection

java.lang.Object
com.google.appengine.api.datastore.Projection
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyProjection

public abstract class Projection extends Object implements Serializable
A query projection.
See Also:
  • Method Details

    • getName

      public abstract String getName()
      Returns the name of the property this projection populates.