Uses of Interface
com.google.cloud.datastore.Datastore.TransactionCallable
-
Packages that use Datastore.TransactionCallable Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of Datastore.TransactionCallable in com.google.cloud.datastore
Methods in com.google.cloud.datastore with parameters of type Datastore.TransactionCallable Modifier and Type Method Description <T> T
Datastore. runInTransaction(Datastore.TransactionCallable<T> callable)
Invokes the callback'srun(com.google.cloud.datastore.DatastoreReaderWriter)
method with aDatastoreReaderWriter
that is associated with a new transaction.<T> T
Datastore. runInTransaction(Datastore.TransactionCallable<T> callable, TransactionOptions options)
Invokes the callback'srun(com.google.cloud.datastore.DatastoreReaderWriter)
method with aDatastoreReaderWriter
that is associated with a new transaction.
-