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.TransactionAttributeSourcegetTransactionAttribute in interface org.springframework.transaction.interceptor.TransactionAttributeSourcemethod - 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.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.