public interface Transactionable
| Modifier and Type | Method and Description |
|---|---|
void |
disableTransaction()
Mechanism to disabled transactions in case they are available.
|
void |
executeInTransaction(Runnable operation) |
TransactionStrategy |
getTransactionStrategy()
Retrieve the transaction strategy
|
void executeInTransaction(Runnable operation)
TransactionStrategy getTransactionStrategy()
TransactionStrategyvoid disableTransaction()
Copyright © 2021. All rights reserved.