Uses of Interface
org.springframework.transaction.support.TransactionOperations
Package
Description
Support classes for the org.springframework.transaction package.
-
Uses of TransactionOperations in org.springframework.transaction.support
Modifier and TypeClassDescriptionclass
Template class that simplifies programmatic transaction demarcation and transaction exception handling.Modifier and TypeMethodDescriptionstatic TransactionOperations
TransactionOperations.withoutTransaction()
Return an implementation of theTransactionOperations
interface which executes a givenTransactionCallback
without an actual transaction.