Uses of Interface
org.camunda.bpm.engine.impl.cfg.TransactionContext
Packages that use TransactionContext
Package
Description
-
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg that return TransactionContextModifier and TypeMethodDescriptionTransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg.jta
Classes in org.camunda.bpm.engine.impl.cfg.jta that implement TransactionContextModifier and TypeClassDescriptionclass
Base class for handling the context of a transaction.class
Jakarta Transactions-based implementation of theAbstractTransactionContext
class
JTA-based implementation of theAbstractTransactionContext
Methods in org.camunda.bpm.engine.impl.cfg.jta that return TransactionContextModifier and TypeMethodDescriptionJakartaTransactionContextFactory.openTransactionContext
(CommandContext commandContext) JtaTransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of TransactionContext in org.camunda.bpm.engine.impl.cfg.standalone
Classes in org.camunda.bpm.engine.impl.cfg.standalone that implement TransactionContextMethods in org.camunda.bpm.engine.impl.cfg.standalone that return TransactionContextModifier and TypeMethodDescriptionStandaloneTransactionContextFactory.openTransactionContext
(CommandContext commandContext) -
Uses of TransactionContext in org.camunda.bpm.engine.impl.interceptor
Fields in org.camunda.bpm.engine.impl.interceptor declared as TransactionContextMethods in org.camunda.bpm.engine.impl.interceptor that return TransactionContext -
Uses of TransactionContext in org.camunda.bpm.engine.spring
Classes in org.camunda.bpm.engine.spring that implement TransactionContextMethods in org.camunda.bpm.engine.spring that return TransactionContextModifier and TypeMethodDescriptionSpringTransactionContextFactory.openTransactionContext
(CommandContext commandContext)