|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
org.springframework.transaction.interceptor.AttributesTransactionAttributeSource
Implementation of TransactionAttributeSource that uses attributes from an Attributes implementation.
Attributes,
AbstractFallbackTransactionAttributeSource| Field Summary |
| Fields inherited from class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource |
logger |
| Constructor Summary | |
AttributesTransactionAttributeSource(Attributes attributes)
|
|
| Method Summary | |
protected java.util.Collection |
findAllAttributes(java.lang.Class clazz)
Subclasses should implement this to return all attributes for this class. |
protected java.util.Collection |
findAllAttributes(java.lang.reflect.Method m)
Subclasses should implement this to return all attributes for this method. |
| Methods inherited from class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource |
findTransactionAttribute, getTransactionAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributesTransactionAttributeSource(Attributes attributes)
| Method Detail |
protected java.util.Collection findAllAttributes(java.lang.Class clazz)
AbstractFallbackTransactionAttributeSource
findAllAttributes in class AbstractFallbackTransactionAttributeSourceclazz - class to retrieve attributes for
AbstractFallbackTransactionAttributeSource.findAllAttributes(java.lang.Class)protected java.util.Collection findAllAttributes(java.lang.reflect.Method m)
AbstractFallbackTransactionAttributeSource
findAllAttributes in class AbstractFallbackTransactionAttributeSourcem - method to retrieve attributes for
AbstractFallbackTransactionAttributeSource.findAllAttributes(java.lang.reflect.Method)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||