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 aBlobInfoFactory
with 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 DatastoreService
DatastoreServiceFactory. getDatastoreService()
Creates aDatastoreService
using the default config (DatastoreServiceConfig.Builder.withDefaults()
).static DatastoreService
DatastoreServiceFactory. getDatastoreService(DatastoreConfig oldConfig)
Deprecated.static DatastoreService
DatastoreServiceFactory. getDatastoreService(DatastoreServiceConfig config)
Creates aDatastoreService
using the provided config.DatastoreService
IDatastoreServiceFactory. getDatastoreService(DatastoreServiceConfig config)
Creates aDatastoreService
using the provided config.
-