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