Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContextFactory
Packages that use TransactionContextFactory
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as TransactionContextFactoryModifier and TypeFieldDescriptionprotected TransactionContextFactory
ProcessEngineImpl.transactionContextFactory
-
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as TransactionContextFactoryModifier and TypeFieldDescriptionprotected TransactionContextFactory
ProcessEngineConfigurationImpl.transactionContextFactory
Methods in org.camunda.bpm.engine.impl.cfg that return TransactionContextFactoryMethods in org.camunda.bpm.engine.impl.cfg with parameters of type TransactionContextFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setTransactionContextFactory
(TransactionContextFactory transactionContextFactory) -
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg.jta
Classes in org.camunda.bpm.engine.impl.cfg.jta that implement TransactionContextFactoryModifier and TypeClassDescriptionclass
class
-
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.cfg.standalone
Classes in org.camunda.bpm.engine.impl.cfg.standalone that implement TransactionContextFactory -
Uses of TransactionContextFactory in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as TransactionContextFactoryModifier and TypeFieldDescriptionprotected TransactionContextFactory
TxContextCommandContextFactory.transactionContextFactory
Methods in org.camunda.bpm.engine.impl.interceptor that return TransactionContextFactoryMethods in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactoryModifier and TypeMethodDescriptionvoid
TxContextCommandContextFactory.setTransactionContextFactory
(TransactionContextFactory transactionContextFactory) Constructors in org.camunda.bpm.engine.impl.interceptor with parameters of type TransactionContextFactoryModifierConstructorDescriptionCommandContext
(ProcessEngineConfigurationImpl processEngineConfiguration, TransactionContextFactory transactionContextFactory) -
Uses of TransactionContextFactory in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement TransactionContextFactory