Uses of Interface
org.flowable.common.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.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as TransactionContextFactoryModifier and TypeFieldDescriptionprotected TransactionContextFactory
AbstractEngineConfiguration.transactionContextFactory
Methods in org.flowable.common.engine.impl that return TransactionContextFactoryMethods in org.flowable.common.engine.impl with parameters of type TransactionContextFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.setTransactionContextFactory
(TransactionContextFactory transactionContextFactory) -
Uses of TransactionContextFactory in org.flowable.common.engine.impl.cfg.jta
Classes in org.flowable.common.engine.impl.cfg.jta that implement TransactionContextFactory -
Uses of TransactionContextFactory in org.flowable.common.engine.impl.cfg.standalone
Classes in org.flowable.common.engine.impl.cfg.standalone that implement TransactionContextFactory -
Uses of TransactionContextFactory in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as TransactionContextFactoryModifier and TypeFieldDescriptionprotected TransactionContextFactory
TransactionContextInterceptor.transactionContextFactory
Methods in org.flowable.common.engine.impl.interceptor that return TransactionContextFactoryMethods in org.flowable.common.engine.impl.interceptor with parameters of type TransactionContextFactoryModifier and TypeMethodDescriptionvoid
TransactionContextInterceptor.setTransactionContextFactory
(TransactionContextFactory transactionContextFactory) Constructors in org.flowable.common.engine.impl.interceptor with parameters of type TransactionContextFactoryModifierConstructorDescriptionTransactionContextInterceptor
(TransactionContextFactory transactionContextFactory) -
Uses of TransactionContextFactory in org.flowable.common.spring
Classes in org.flowable.common.spring that implement TransactionContextFactory -
Uses of TransactionContextFactory in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as TransactionContextFactoryModifier and TypeFieldDescriptionprotected TransactionContextFactory
ProcessEngineImpl.transactionContextFactory