Uses of Enum Class
com.google.appengine.api.datastore.TransactionOptions.Mode
Packages that use TransactionOptions.Mode
Package
Description
-
Uses of TransactionOptions.Mode in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return TransactionOptions.ModeModifier and TypeMethodDescription@Nullable TransactionOptions.Mode
TransactionOptions.transactionMode()
Return the mode of the transaction, ornull
if none was specified.static TransactionOptions.Mode
Returns the enum constant of this class with the specified name.static TransactionOptions.Mode[]
TransactionOptions.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.api.datastore with parameters of type TransactionOptions.ModeModifier and TypeMethodDescriptionTransactionOptions.setTransactionMode
(TransactionOptions.Mode mode) Set the mode of the transaction.static TransactionOptions
TransactionOptions.Builder.withTransactionMode
(TransactionOptions.Mode mode) Shorthand forTransactionOptions.withDefaults().setTransactionMode(