public class ForceTransactionAttributeSource extends Object implements org.springframework.transaction.interceptor.TransactionAttributeSource
Constructor and Description |
---|
ForceTransactionAttributeSource() |
Modifier and Type | Method and Description |
---|---|
org.springframework.transaction.interceptor.TransactionAttribute |
getTransactionAttribute(Method method,
Class targetClass)
Return the transaction attribute for this method.
|
public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(Method method, Class targetClass)
org.springframework.transaction.interceptor.TransactionAttributeSource
getTransactionAttribute
in interface org.springframework.transaction.interceptor.TransactionAttributeSource
method
- methodtargetClass
- target class. May be null
, in which
case the declaring class of the method must be used.null
if none found
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.