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