Uses of Interface
com.google.cloud.spanner.connection.Connection.TransactionCallable
Packages that use Connection.TransactionCallable
-
Uses of Connection.TransactionCallable in com.google.cloud.spanner.connection
Methods in com.google.cloud.spanner.connection with parameters of type Connection.TransactionCallableModifier and TypeMethodDescription<T> TConnection.runTransaction(Connection.TransactionCallable<T> callable) Runs the given callable in a transaction.