@Deprecated
public class AnnotationTransactionAttributeSource
extends java.lang.Object
implements org.springframework.transaction.interceptor.TransactionAttributeSource
Constructor and Description |
---|
AnnotationTransactionAttributeSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.transaction.interceptor.TransactionAttribute |
getTransactionAttribute(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Deprecated.
|
public AnnotationTransactionAttributeSource()
public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method method, java.lang.Class<?> targetClass)
getTransactionAttribute
in interface org.springframework.transaction.interceptor.TransactionAttributeSource
TransactionInterceptor.getTransactionAttribute(MethodInvocation)