Uses of Class
com.google.appengine.api.datastore.Projection
Packages that use Projection
Package
Description
-
Uses of Projection in com.google.appengine.api.datastore
Subclasses of Projection in com.google.appengine.api.datastoreMethods in com.google.appengine.api.datastore that return types with arguments of type ProjectionModifier and TypeMethodDescriptionQuery.getProjections()
Returns a mutable collection properties included in the projection for this query.Methods in com.google.appengine.api.datastore with parameters of type ProjectionModifier and TypeMethodDescriptionQuery.addProjection
(Projection projection) Adds a projection for this query.Method parameters in com.google.appengine.api.datastore with type arguments of type ProjectionModifier and TypeMethodDescriptionstatic Entity
EntityTranslator.createFromPb
(com.google.storage.onestore.v3.OnestoreEntity.EntityProto proto, Collection<Projection> projections)