@Deprecated public class TransactionManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<TransactionManager>
TransactionManager
, if
necessary (and possible). This allows for transparent and interchangeable use of PlatformTransactionManager and
TransactionManagerConstructor and Description |
---|
TransactionManagerFactoryBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionManager |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setTransactionManager(Object transactionManager)
Deprecated.
Sets the actual transaction manager.
|
public TransactionManager getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean<TransactionManager>
public Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<TransactionManager>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<TransactionManager>
public void setTransactionManager(Object transactionManager)
transactionManager
- The actual transaction managerCopyright © 2010–2023. All rights reserved.