Uses of Interface
com.google.appengine.api.datastore.DatastoreService
Packages that use DatastoreService
Package
Description
Provides management and persistent storage of large, immutable byte arrays.
-
Uses of DatastoreService in com.google.appengine.api.blobstore
Constructors in com.google.appengine.api.blobstore with parameters of type DatastoreServiceModifierConstructorDescriptionBlobInfoFactory
(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 DatastoreServiceModifier and TypeMethodDescriptionstatic 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.IDatastoreServiceFactory.getDatastoreService
(DatastoreServiceConfig config) Creates aDatastoreService
using the provided config.
DatastoreServiceFactory.getDatastoreService(DatastoreServiceConfig)
instead.