Uses of Interface
com.google.cloud.datastore.Datastore
-
Packages that use Datastore Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of Datastore in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return Datastore Modifier and Type Method Description Datastore
DatastoreOptions.DefaultDatastoreFactory. create(DatastoreOptions options)
protected abstract Datastore
BaseDatastoreBatchWriter. getDatastore()
Datastore
Batch. getDatastore()
Returns the batch associatedDatastore
.Datastore
Transaction. getDatastore()
Returns the transaction associatedDatastore
.
-