@ProviderType
public class TransactionInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.transaction.PlatformTransactionManager |
platformTransactionManager
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected org.springframework.transaction.interceptor.TransactionAttributeSource |
transactionAttributeSource
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
protected TransactionExecutor |
transactionExecutor |
| Constructor and Description |
|---|
TransactionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.transaction.interceptor.TransactionAttribute |
getTransactionAttribute(org.aopalliance.intercept.MethodInvocation methodInvocation) |
org.springframework.transaction.interceptor.TransactionAttributeSource |
getTransactionAttributeSource()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
void |
setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
void |
setTransactionAttributeSource(org.springframework.transaction.interceptor.TransactionAttributeSource transactionAttributeSource)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
void |
setTransactionExecutor(TransactionExecutor transactionExecutor) |
@Deprecated protected org.springframework.transaction.PlatformTransactionManager platformTransactionManager
@Deprecated protected org.springframework.transaction.interceptor.TransactionAttributeSource transactionAttributeSource
protected TransactionExecutor transactionExecutor
public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(org.aopalliance.intercept.MethodInvocation methodInvocation)
@Deprecated public org.springframework.transaction.interceptor.TransactionAttributeSource getTransactionAttributeSource()
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowable@Deprecated public void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
@Deprecated public void setTransactionAttributeSource(org.springframework.transaction.interceptor.TransactionAttributeSource transactionAttributeSource)
public void setTransactionExecutor(TransactionExecutor transactionExecutor)