| Package | Description |
|---|---|
| com.holonplatform.core.datastore.transaction |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransactionalOperation.TransactionalInvocation
Represents a transactional operation execution which do not return a result.
|
| Modifier and Type | Method and Description |
|---|---|
default <R> R |
Transactional.withTransaction(TransactionalOperation<R> operation)
Execute given operation within a transaction and return a result.
|
<R> R |
Transactional.withTransaction(TransactionalOperation<R> operation,
TransactionConfiguration transactionConfiguration)
Execute given operation within a transaction and return a result.
|
Copyright © 2019 The Holon Platform. All rights reserved.