@ProviderType
public interface TransactionExecutor
| Modifier and Type | Method and Description |
|---|---|
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
Object execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
execute(
TransactionAttributeAdapter, MethodInvocation)ThrowableObject execute(TransactionAttributeAdapter transactionAttributeAdapter, org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
Throwableorg.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()