public class GroovyAwareNamedTransactionAttributeSource
extends org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
| Constructor and Description |
|---|
GroovyAwareNamedTransactionAttributeSource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.transaction.interceptor.TransactionAttribute |
getTransactionAttribute(java.lang.reflect.Method method,
java.lang.Class targetClass) |
protected boolean |
isMatch(java.lang.String methodName,
java.lang.String mappedName) |
void |
setTransactionalAttributes(java.util.Properties properties) |
public GroovyAwareNamedTransactionAttributeSource()
public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method method,
java.lang.Class targetClass)
getTransactionAttribute in interface org.springframework.transaction.interceptor.TransactionAttributeSourcegetTransactionAttribute in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSourceprotected boolean isMatch(java.lang.String methodName,
java.lang.String mappedName)
isMatch in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSourcepublic void setTransactionalAttributes(java.util.Properties properties)