| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.tx |
| Modifier and Type | Method and Description |
|---|---|
static JpaTransaction |
JpaTransaction.create(javax.persistence.EntityManager entityManager,
com.holonplatform.core.datastore.transaction.TransactionConfiguration configuration)
Create a new
JpaTransaction. |
JpaTransaction |
JpaTransactionFactory.createTransaction(javax.persistence.EntityManager entityManager,
com.holonplatform.core.datastore.transaction.TransactionConfiguration configuration)
Build a new
JpaTransaction. |
static JpaTransaction |
JpaTransaction.delegate(JpaTransaction delegated)
Create a
JpaTransaction which delegates its operations and status to the given delegated transaction. |
| Modifier and Type | Method and Description |
|---|---|
static JpaTransaction |
JpaTransaction.delegate(JpaTransaction delegated)
Create a
JpaTransaction which delegates its operations and status to the given delegated transaction. |
Copyright © 2019 The Holon Platform. All rights reserved.