| java.lang.Object | |
| ↳ | org.springframework.transaction.interceptor.CompositeTransactionAttributeSource |
Composite TransactionAttributeSource implementation that iterates
over a given array of TransactionAttributeSource instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new CompositeTransactionAttributeSource for the given sources.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the transaction attribute for this method.
| |||||||||||
Return the TransactionAttributeSource instances that this
CompositeTransactionAttributeSource combines.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.transaction.interceptor.TransactionAttributeSource
| |||||||||||
Create a new CompositeTransactionAttributeSource for the given sources.
| transactionAttributeSources | the TransactionAttributeSource instances to combine |
|---|
Return the transaction attribute for this method. Return null if the method is non-transactional.
| method | method |
|---|---|
| targetClass | target class. May be null, in which
case the declaring class of the method must be used. |
null if none found
Return the TransactionAttributeSource instances that this CompositeTransactionAttributeSource combines.