Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContext
Package
Description
-
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg
Modifier and TypeMethodDescriptionTransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg.jta
Modifier and TypeClassDescriptionclass
Base class for handling the context of a transaction.class
Jakarta Transactions-based implementation of theAbstractTransactionContext
class
JTA-based implementation of theAbstractTransactionContext
Modifier and TypeMethodDescriptionJakartaTransactionContextFactory.openTransactionContext
(CommandContext commandContext) JtaTransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg.standalone
Modifier and TypeMethodDescriptionStandaloneTransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of TransactionContext in org.camunda.bpm.engine.impl.interceptor
-
Uses of TransactionContext in org.camunda.bpm.engine.spring
Modifier and TypeMethodDescriptionSpringTransactionContextFactory.openTransactionContext
(CommandContext commandContext)