Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.cfg.jta | |
org.camunda.bpm.engine.impl.cfg.standalone | |
org.camunda.bpm.engine.impl.interceptor | |
org.camunda.bpm.engine.spring |
Modifier and Type | Field and Description |
---|---|
protected TransactionContextFactory |
ProcessEngineImpl.transactionContextFactory |
Modifier and Type | Field and Description |
---|---|
protected TransactionContextFactory |
ProcessEngineConfigurationImpl.transactionContextFactory |
Modifier and Type | Method and Description |
---|---|
TransactionContextFactory |
ProcessEngineConfigurationImpl.getTransactionContextFactory() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setTransactionContextFactory(TransactionContextFactory transactionContextFactory) |
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionContextFactory |
Modifier and Type | Class and Description |
---|---|
class |
StandaloneMybatisTransactionContextFactory |
Modifier and Type | Field and Description |
---|---|
protected TransactionContextFactory |
TxContextCommandContextFactory.transactionContextFactory |
Modifier and Type | Method and Description |
---|---|
TransactionContextFactory |
TxContextCommandContextFactory.getTransactionContextFactory() |
Modifier and Type | Method and Description |
---|---|
void |
TxContextCommandContextFactory.setTransactionContextFactory(TransactionContextFactory transactionContextFactory) |
Constructor and Description |
---|
CommandContext(ProcessEngineConfigurationImpl processEngineConfiguration,
TransactionContextFactory transactionContextFactory) |
Modifier and Type | Class and Description |
---|---|
class |
SpringTransactionContextFactory |
Copyright © 2015. All rights reserved.