public class DefaultTransactionFactory extends Object implements TransactionFactory
Modifier and Type | Field and Description |
---|---|
protected boolean |
externalTransactions |
protected JdbcEventLogger |
jdbcEventLogger |
Constructor and Description |
---|
DefaultTransactionFactory(RuntimeProperties properties,
JdbcEventLogger jdbcEventLogger) |
Modifier and Type | Method and Description |
---|---|
Transaction |
createTransaction() |
protected boolean externalTransactions
protected JdbcEventLogger jdbcEventLogger
public DefaultTransactionFactory(RuntimeProperties properties, JdbcEventLogger jdbcEventLogger)
public Transaction createTransaction()
createTransaction
in interface TransactionFactory
Copyright © 2001–2019 Apache Cayenne. All rights reserved.