public class SpringTransactionContextFactory extends Object implements org.flowable.engine.common.impl.cfg.TransactionContextFactory<TransactionListener,CommandContext>
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
protected Integer |
transactionSynchronizationAdapterOrder |
| Constructor and Description |
|---|
SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager) |
SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
Integer transactionSynchronizationAdapterOrder) |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
openTransactionContext(CommandContext commandContext) |
protected org.springframework.transaction.PlatformTransactionManager transactionManager
protected Integer transactionSynchronizationAdapterOrder
public SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager)
public SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager,
Integer transactionSynchronizationAdapterOrder)
public TransactionContext openTransactionContext(CommandContext commandContext)
openTransactionContext in interface org.flowable.engine.common.impl.cfg.TransactionContextFactory<TransactionListener,CommandContext>Copyright © 2017 Flowable. All rights reserved.