getTransactionAttribute(Method method, Class targetClass) Return the transaction attribute for this method.
Return null if the method is non-transactional.
Parameters: method - method Parameters: targetClass - target class.
Return the transaction attribute for this method.
Return null if the method is non-transactional.
Parameters: method - method Parameters: targetClass - target class. May be null, in whichcase the declaring class of the method must be used. TransactionAttribute the matching transaction attribute,or null if none found