public interface TransactionExecutor
Modifier and Type | Method and Description |
---|---|
Object |
execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
TransactionAttributeAdapter transactionAttributeAdapter,
org.aopalliance.intercept.MethodInvocation methodInvocation) |
Object execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager, TransactionAttributeAdapter transactionAttributeAdapter, org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
Throwable