Uses of Interface
org.springframework.transaction.support.TransactionCallback
Package
Description
Support classes for the org.springframework.transaction package.
-
Uses of TransactionCallback in org.springframework.transaction.support
Modifier and TypeClassDescriptionclass
Simple convenience class for TransactionCallback implementation.Modifier and TypeMethodDescription<T> T
CallbackPreferringPlatformTransactionManager.execute
(TransactionDefinition definition, TransactionCallback<T> callback) Execute the action specified by the given callback object within a transaction.<T> T
TransactionOperations.execute
(TransactionCallback<T> action) Execute the action specified by the given callback object within a transaction.<T> T
TransactionTemplate.execute
(TransactionCallback<T> action)