public class CallbackPreferringTransactionExecutor extends Object implements TransactionExecutor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CallbackPreferringTransactionExecutor.ThrowableHolder |
protected static class |
CallbackPreferringTransactionExecutor.ThrowableHolderException |
| Constructor and Description |
|---|
CallbackPreferringTransactionExecutor()
Deprecated.
As of Judson (7.1.x), replaced by
CallbackPreferringTransactionExecutor(
PlatformTransactionManager) |
CallbackPreferringTransactionExecutor(org.springframework.transaction.PlatformTransactionManager platformTransactionManager) |
| 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.
As of Judson (7.1.x), replaced by
createTransactionCallback(
CallbackPreferringPlatformTransactionManager,
TransactionAttributeAdapter, MethodInvocation) |
Object |
execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
As of Judson (7.1.x), replaced by
execute(
TransactionAttributeAdapter, MethodInvocation) |
Object |
execute(TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation) |
org.springframework.transaction.PlatformTransactionManager |
getPlatformTransactionManager() |
@Deprecated public CallbackPreferringTransactionExecutor()
CallbackPreferringTransactionExecutor(
PlatformTransactionManager)public CallbackPreferringTransactionExecutor(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
@Deprecated
public Object execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
execute(
TransactionAttributeAdapter, MethodInvocation)execute in interface TransactionExecutorThrowablepublic Object execute(TransactionAttributeAdapter transactionAttributeAdapter, org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
execute in interface TransactionExecutorThrowablepublic org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
getPlatformTransactionManager in interface TransactionExecutorprotected org.springframework.transaction.support.TransactionCallback<Object> createTransactionCallback(org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager callbackPreferringPlatformTransactionManager,
TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation)
@Deprecated protected org.springframework.transaction.support.TransactionCallback<Object> createTransactionCallback(TransactionAttributeAdapter transactionAttributeAdapter, org.aopalliance.intercept.MethodInvocation methodInvocation)
createTransactionCallback(
CallbackPreferringPlatformTransactionManager,
TransactionAttributeAdapter, MethodInvocation)