| org.kuali.core.util.spring.AnnotationAndNameMatchingTransactionAttributeSource
AnnotationAndNameMatchingTransactionAttributeSource | public class AnnotationAndNameMatchingTransactionAttributeSource extends NameMatchTransactionAttributeSource (Code) | | Classes are not considered for name matching, if they do not have the specified annotation on the class or method. However, the
name matching takes precendence, if they do.
|
getTransactionAttribute | public TransactionAttribute getTransactionAttribute(Method method, Class targetClass)(Code) | | See Also: org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource.getTransactionAttribute(java.lang.reflect.Methodjava.lang.Class) |
setAnnotationTransactionAttributeSource | public void setAnnotationTransactionAttributeSource(AnnotationTransactionAttributeSource annotationTransactionAttributeSource)(Code) | | Sets the annotationTransactionAttributeSource attribute value.
Parameters: annotationTransactionAttributeSource - The annotationTransactionAttributeSource to set. |
setTimeout | protected void setTimeout(TransactionAttribute transactionAttribute)(Code) | | If the TransactionAttribute has a setTimeout() method, then this method will invoke it and pass the configured
transaction timeout. This is to allow for proper setting of the transaction timeout on a JTA transaction.
|
setTransactionTimeout | public void setTransactionTimeout(Integer transactionTimeout)(Code) | | |
|
|