| java.lang.Object |
| ↳ |
org.springframework.transaction.interceptor.TransactionAspectUtils |
Class Overview
Utility methods for obtaining a PlatformTransactionManager by
qualifier value.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
TransactionAspectUtils
()
Public Methods
Obtain a PlatformTransactionManager from the given BeanFactory,
matching the given qualifier.
Parameters
| bf
| the BeanFactory to get the PlatformTransactionManager bean from |
| qualifier
| the qualifier for selecting between multiple PlatformTransactionManager matches |
Returns
- the chosen PlatformTransactionManager (never
null)
Obtain a PlatformTransactionManager from the given BeanFactory,
matching the given qualifier.
Parameters
| beanFactory
| the BeanFactory to get the PlatformTransactionManager bean from |
| qualifier
| the qualifier for selecting between multiple PlatformTransactionManager matches |
Returns
- the chosen PlatformTransactionManager (never
null)