Uses of Enum Class
com.pyranid.TransactionResult
-
Uses of TransactionResult in com.pyranid
Modifier and TypeMethodDescriptionstatic TransactionResult
Returns the enum constant of this class with the specified name.static TransactionResult[]
TransactionResult.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTransaction.getPostTransactionOperations()
Gets an unmodifiable list of post-transaction operations.Modifier and TypeMethodDescriptionvoid
Transaction.addPostTransactionOperation
(Consumer<TransactionResult> postTransactionOperation) Adds an operation to the list of operations to be executed when the transaction completes.Transaction.removePostTransactionOperation
(Consumer<TransactionResult> postTransactionOperation) Removes an operation from the list of operations to be executed when the transaction completes.