Uses of Interface
com.google.appengine.api.datastore.DatastoreService
-
Packages that use DatastoreService Package Description com.google.appengine.api.blobstore Provides management and persistent storage of large, immutable byte arrays.com.google.appengine.api.datastore -
-
Uses of DatastoreService in com.google.appengine.api.blobstore
Constructors in com.google.appengine.api.blobstore with parameters of type DatastoreService Constructor Description BlobInfoFactory(DatastoreService datastoreService)Creates aBlobInfoFactorywith the specified implementation ofDatastoreService. -
Uses of DatastoreService in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return DatastoreService Modifier and Type Method Description static DatastoreServiceDatastoreServiceFactory. getDatastoreService()Creates aDatastoreServiceusing the default config (DatastoreServiceConfig.Builder.withDefaults()).static DatastoreServiceDatastoreServiceFactory. getDatastoreService(DatastoreConfig oldConfig)Deprecated.static DatastoreServiceDatastoreServiceFactory. getDatastoreService(DatastoreServiceConfig config)Creates aDatastoreServiceusing the provided config.DatastoreServiceIDatastoreServiceFactory. getDatastoreService(DatastoreServiceConfig config)Creates aDatastoreServiceusing the provided config.
-