Class SpringTransactionContext

java.lang.Object
org.activiti.spring.SpringTransactionContext
All Implemented Interfaces:
TransactionContext

public class SpringTransactionContext extends Object implements TransactionContext
  • Field Details

    • transactionManager

      protected org.springframework.transaction.PlatformTransactionManager transactionManager
    • commandContext

      protected CommandContext commandContext
    • transactionSynchronizationAdapterOrder

      protected Integer transactionSynchronizationAdapterOrder
  • Constructor Details

    • SpringTransactionContext

      public SpringTransactionContext(org.springframework.transaction.PlatformTransactionManager transactionManager, CommandContext commandContext)
    • SpringTransactionContext

      public SpringTransactionContext(org.springframework.transaction.PlatformTransactionManager transactionManager, CommandContext commandContext, Integer transactionSynchronizationAdapterOrder)
  • Method Details