Uses of Enum Class
com.pyranid.TransactionResult
-
Uses of TransactionResult in com.pyranid
Methods in com.pyranid that return TransactionResultModifier 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.Methods in com.pyranid that return types with arguments of type TransactionResultModifier and TypeMethodDescriptionTransaction.getPostTransactionOperations()
Gets an unmodifiable list of post-transaction operations.Method parameters in com.pyranid with type arguments of type TransactionResultModifier 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.