| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.tx |
| Modifier and Type | Method and Description |
|---|---|
static JdbcTransaction |
JdbcTransaction.create(Connection connection,
com.holonplatform.core.datastore.transaction.TransactionConfiguration configuration)
Create a new
JdbcTransaction. |
JdbcTransaction |
JdbcTransactionFactory.createTransaction(Connection connection,
com.holonplatform.core.datastore.transaction.TransactionConfiguration configuration)
Build a new
JdbcTransaction. |
static JdbcTransaction |
JdbcTransaction.delegate(JdbcTransaction delegated)
Create a
JdbcTransaction which delegates its operations and status to the given delegated transaction. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcTransaction |
JdbcTransaction.delegate(JdbcTransaction delegated)
Create a
JdbcTransaction which delegates its operations and status to the given delegated transaction. |
Copyright © 2019 The Holon Platform. All rights reserved.