Uses of Interface
org.flowable.common.engine.impl.cfg.TransactionContext
-
-
Uses of TransactionContext in org.flowable.common.engine.impl.cfg
Methods in org.flowable.common.engine.impl.cfg that return TransactionContext Modifier and Type Method Description TransactionContextTransactionContextFactory. openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.cfg.jta
Classes in org.flowable.common.engine.impl.cfg.jta that implement TransactionContext Modifier and Type Class Description classJtaTransactionContextMethods in org.flowable.common.engine.impl.cfg.jta that return TransactionContext Modifier and Type Method Description TransactionContextJtaTransactionContextFactory. openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.cfg.standalone
Classes in org.flowable.common.engine.impl.cfg.standalone that implement TransactionContext Modifier and Type Class Description classStandaloneMybatisTransactionContextMethods in org.flowable.common.engine.impl.cfg.standalone that return TransactionContext Modifier and Type Method Description TransactionContextStandaloneMybatisTransactionContextFactory. openTransactionContext(CommandContext commandContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.context
Methods in org.flowable.common.engine.impl.context that return TransactionContext Modifier and Type Method Description static TransactionContextContext. getTransactionContext()Methods in org.flowable.common.engine.impl.context with parameters of type TransactionContext Modifier and Type Method Description static voidContext. setTransactionContext(TransactionContext transactionContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.interceptor
Fields in org.flowable.common.engine.impl.interceptor declared as TransactionContext Modifier and Type Field Description protected TransactionContextTransactionCommandContextCloseListener. transactionContextConstructors in org.flowable.common.engine.impl.interceptor with parameters of type TransactionContext Constructor Description TransactionCommandContextCloseListener(TransactionContext transactionContext) -
Uses of TransactionContext in org.flowable.common.engine.impl.transaction
Fields in org.flowable.common.engine.impl.transaction with type parameters of type TransactionContext Modifier and Type Field Description protected static ThreadLocal<Stack<TransactionContext>>TransactionContextHolder. transactionContextThreadLocalMethods in org.flowable.common.engine.impl.transaction that return TransactionContext Modifier and Type Method Description static TransactionContextTransactionContextHolder. getTransactionContext()Methods in org.flowable.common.engine.impl.transaction with parameters of type TransactionContext Modifier and Type Method Description static voidTransactionContextHolder. setTransactionContext(TransactionContext transactionContext)
-