public interface TransactionExecutor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute,
org.aopalliance.intercept.MethodInvocation methodInvocation) |
java.lang.Object execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute,
org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
java.lang.Throwable