Package org.camunda.bpm.engine.spring
Class SpringTransactionContextFactory
java.lang.Object
org.camunda.bpm.engine.spring.SpringTransactionContextFactory
- All Implemented Interfaces:
TransactionContextFactory
- Author:
- Frederik Heremans
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.transaction.PlatformTransactionManager
-
Constructor Summary
ConstructorDescriptionSpringTransactionContextFactory
(org.springframework.transaction.PlatformTransactionManager transactionManager) -
Method Summary
-
Field Details
-
transactionManager
protected org.springframework.transaction.PlatformTransactionManager transactionManager
-
-
Constructor Details
-
SpringTransactionContextFactory
public SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager)
-
-
Method Details
-
openTransactionContext
- Specified by:
openTransactionContext
in interfaceTransactionContextFactory
-