Package dmx.fun.spring
package dmx.fun.spring
-
ClassDescriptionSpring AOP aspect that backs the
TransactionalResult,TransactionalTry, andTransactionalValidatedannotations.Declarative transaction annotation for methods that returnResult.Declarative transaction annotation for methods that returnTry.Declarative transaction annotation for methods that returnValidated.Spring component that executes aResult-returning action inside a managed transaction, automatically rolling back when the result represents a failure.Spring component that executes aTry-returning action inside a managed transaction, automatically rolling back when the result represents a failure.Spring component that executes aValidated-returning action inside a managed transaction, automatically rolling back when the result isValidated.isInvalid().