Class SpringTransactionContextFactory

java.lang.Object
com.flowable.form.spring.SpringTransactionContextFactory
All Implemented Interfaces:
org.flowable.common.engine.impl.cfg.TransactionContextFactory

public class SpringTransactionContextFactory
extends java.lang.Object
implements org.flowable.common.engine.impl.cfg.TransactionContextFactory
Author:
Tijs Rademakers
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.springframework.transaction.PlatformTransactionManager transactionManager  
    protected java.lang.Integer transactionSynchronizationAdapterOrder  
  • Constructor Summary

    Constructors 
    Constructor Description
    SpringTransactionContextFactory​(org.springframework.transaction.PlatformTransactionManager transactionManager)  
    SpringTransactionContextFactory​(org.springframework.transaction.PlatformTransactionManager transactionManager, java.lang.Integer transactionSynchronizationAdapterOrder)  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.common.engine.impl.cfg.TransactionContext openTransactionContext​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SpringTransactionContextFactory

      public SpringTransactionContextFactory​(org.springframework.transaction.PlatformTransactionManager transactionManager)
    • SpringTransactionContextFactory

      public SpringTransactionContextFactory​(org.springframework.transaction.PlatformTransactionManager transactionManager, java.lang.Integer transactionSynchronizationAdapterOrder)
  • Method Details

    • openTransactionContext

      public org.flowable.common.engine.impl.cfg.TransactionContext openTransactionContext​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      openTransactionContext in interface org.flowable.common.engine.impl.cfg.TransactionContextFactory