public class SpringTransactionContextFactory extends Object implements TransactionContextFactory
Modifier and Type | Field and Description |
---|---|
protected org.springframework.transaction.PlatformTransactionManager |
transactionManager |
Constructor and Description |
---|
SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager) |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
openTransactionContext(CommandContext commandContext) |
protected org.springframework.transaction.PlatformTransactionManager transactionManager
public SpringTransactionContextFactory(org.springframework.transaction.PlatformTransactionManager transactionManager)
public TransactionContext openTransactionContext(CommandContext commandContext)
openTransactionContext
in interface TransactionContextFactory
Copyright © 2015. All rights reserved.