| Package | Description |
|---|---|
| com.holonplatform.async.datastore.operation | |
| com.holonplatform.core.datastore.bulk | |
| com.holonplatform.core.datastore.operation.commons |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncBulkDelete
Asynchronous
BulkDeleteOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
interface |
AsyncBulkInsert
Asynchronous
BulkInsertOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
interface |
AsyncBulkUpdate
Asynchronous
BulkUpdateOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkDelete
A
BulkDeleteOperation builder to configure a bulk DELETE operation and execute it using the
ExecutableOperation interface methods. |
interface |
BulkInsert
A
BulkInsertOperation builder to configure a bulk INSERT operation and execute it using the
ExecutableOperation interface methods. |
interface |
BulkUpdate
A
BulkUpdateOperation builder to configure a bulk UPDATE operation and execute it using the
ExecutableOperation interface methods. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExecutableBulkOperation<R,C extends DatastoreOperationConfiguration,O extends ExecutableBulkOperation<R,C,O>>
An executable
DatastoreOperation, through the ExecutableOperation API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkDeleteOperation<R,O extends BulkDeleteOperation<R,O>>
Bulk
DELETE ExecutableBulkOperation. |
interface |
BulkInsertOperation<R,O extends BulkInsertOperation<R,O>>
Bulk
INSERT ExecutableBulkOperation. |
interface |
BulkUpdateOperation<R,O extends BulkUpdateOperation<R,O>>
Bulk
UPDATE ExecutableBulkOperation. |
Copyright © 2019 The Holon Platform. All rights reserved.