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> TDatastore. runInTransaction(Datastore.TransactionCallable<T> callable)Invokes the callback'srun(com.google.cloud.datastore.DatastoreReaderWriter)method with aDatastoreReaderWriterthat is associated with a new transaction.<T> TDatastore. runInTransaction(Datastore.TransactionCallable<T> callable, TransactionOptions options)Invokes the callback'srun(com.google.cloud.datastore.DatastoreReaderWriter)method with aDatastoreReaderWriterthat is associated with a new transaction.
-