Uses of Interface
com.google.cloud.datastore.Transaction
Packages that use Transaction
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of Transaction in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return TransactionModifier and TypeMethodDescriptionDatastore.newTransaction()Returns a new Datastore transaction.Datastore.newTransaction(TransactionOptions options) Returns a new Datastore transaction.