| Package | Description |
|---|---|
| com.holonplatform.datastore.mongo.sync.tx |
| Modifier and Type | Method and Description |
|---|---|
static SyncMongoTransaction |
SyncMongoTransaction.create(com.mongodb.client.ClientSession session,
com.holonplatform.core.datastore.transaction.TransactionConfiguration configuration)
Create a new
SyncMongoTransaction. |
static SyncMongoTransaction |
SyncMongoTransaction.delegate(SyncMongoTransaction delegated)
Create a
SyncMongoTransaction which delegates its operations and status to the given delegated
transaction. |
| Modifier and Type | Method and Description |
|---|---|
static SyncMongoTransaction |
SyncMongoTransaction.delegate(SyncMongoTransaction delegated)
Create a
SyncMongoTransaction which delegates its operations and status to the given delegated
transaction. |
Copyright © 2019 The Holon Platform. All rights reserved.