Uses of Interface
org.flowable.common.engine.impl.cfg.TransactionContextFactory
-
-
Uses of TransactionContextFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as TransactionContextFactory Modifier and Type Field Description protected TransactionContextFactoryAbstractEngineConfiguration. transactionContextFactoryMethods in org.flowable.common.engine.impl that return TransactionContextFactory Modifier and Type Method Description TransactionContextFactoryAbstractEngineConfiguration. getTransactionContextFactory()Methods in org.flowable.common.engine.impl with parameters of type TransactionContextFactory Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. 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 Modifier and Type Class Description classJtaTransactionContextFactory -
Uses of TransactionContextFactory in org.flowable.common.engine.impl.cfg.standalone
Classes in org.flowable.common.engine.impl.cfg.standalone that implement TransactionContextFactory Modifier and Type Class Description classStandaloneMybatisTransactionContextFactory -
Uses of TransactionContextFactory in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as TransactionContextFactory Modifier and Type Field Description protected TransactionContextFactoryTransactionContextInterceptor. transactionContextFactoryMethods in org.flowable.common.engine.impl.interceptor that return TransactionContextFactory Modifier and Type Method Description TransactionContextFactoryTransactionContextInterceptor. getTransactionContextFactory()Methods in org.flowable.common.engine.impl.interceptor with parameters of type TransactionContextFactory Modifier and Type Method Description voidTransactionContextInterceptor. setTransactionContextFactory(TransactionContextFactory transactionContextFactory)Constructors in org.flowable.common.engine.impl.interceptor with parameters of type TransactionContextFactory Constructor Description TransactionContextInterceptor(TransactionContextFactory transactionContextFactory)
-