Class SpringTransactionContextFactory

  • All Implemented Interfaces:
    org.camunda.bpm.engine.impl.cfg.TransactionContextFactory

    public class SpringTransactionContextFactory
    extends Object
    implements org.camunda.bpm.engine.impl.cfg.TransactionContextFactory
    Author:
    Frederik Heremans
    • Field Detail

      • transactionManager

        protected org.springframework.transaction.PlatformTransactionManager transactionManager
    • Constructor Detail

      • SpringTransactionContextFactory

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

      • openTransactionContext

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