public class CounterCallbackPreferringTransactionExecutor extends CallbackPreferringTransactionExecutor
CallbackPreferringTransactionExecutor.ThrowableHolder, CallbackPreferringTransactionExecutor.ThrowableHolderException| Constructor and Description |
|---|
CounterCallbackPreferringTransactionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.transaction.support.TransactionCallback<Object> |
createTransactionCallback(org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager callbackPreferringPlatformTransactionManager,
TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected org.springframework.transaction.support.TransactionCallback<Object> |
createTransactionCallback(TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
|
executepublic CounterCallbackPreferringTransactionExecutor()
protected org.springframework.transaction.support.TransactionCallback<Object> createTransactionCallback(org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager callbackPreferringPlatformTransactionManager, TransactionAttributeAdapter transactionAttributeAdapter, org.aopalliance.intercept.MethodInvocation methodInvocation)
createTransactionCallback in class CallbackPreferringTransactionExecutor@Deprecated protected org.springframework.transaction.support.TransactionCallback<Object> createTransactionCallback(TransactionAttributeAdapter transactionAttributeAdapter, org.aopalliance.intercept.MethodInvocation methodInvocation)
createTransactionCallback(
CallbackPreferringPlatformTransactionManager,
TransactionAttributeAdapter, MethodInvocation)createTransactionCallback in class CallbackPreferringTransactionExecutor