Uses of Class
com.google.appengine.api.datastore.Projection
-
Packages that use Projection Package Description com.google.appengine.api.datastore -
-
Uses of Projection in com.google.appengine.api.datastore
Subclasses of Projection in com.google.appengine.api.datastore Modifier and Type Class Description classPropertyProjectionA property projection.Methods in com.google.appengine.api.datastore that return types with arguments of type Projection Modifier and Type Method Description Collection<Projection>Query. getProjections()Returns a mutable collection properties included in the projection for this query.Methods in com.google.appengine.api.datastore with parameters of type Projection Modifier and Type Method Description QueryQuery. addProjection(Projection projection)Adds a projection for this query.Method parameters in com.google.appengine.api.datastore with type arguments of type Projection Modifier and Type Method Description static EntityEntityTranslator. createFromPb(com.google.storage.onestore.v3.OnestoreEntity.EntityProto proto, Collection<Projection> projections)
-