Uses of Enum Class
com.pyranid.TransactionResult
-
Uses of TransactionResult in com.pyranid
Subclasses with type arguments of type TransactionResult in com.pyranidModifier and TypeClassDescriptionenumIndicates whether a transaction was committed or rolled back.Methods in com.pyranid that return TransactionResultModifier and TypeMethodDescriptionstatic TransactionResultReturns 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 TypeMethodDescriptionvoidTransaction.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.