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 TransactionFactoryCopyright © 2001–2023 Apache Cayenne. All rights reserved.