| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncBulkDelete
Asynchronous
BulkDeleteOperation API, using CompletionStage as execution result type to handle the
operation result asynchronously. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatastoreOperations<R,REFRESH,BI extends BulkInsertOperation<R,BI>,BU extends BulkUpdateOperation<R,BU>,BD extends BulkDeleteOperation<R,BD>,Q extends QueryBuilder<Q>>
Base interface wich represents a generic data store abstraction and provides methods to perform data manipulation
operations, enabling persistent data management in a platform/vendor independent way.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkDeleteOperation<R,O extends BulkDeleteOperation<R,O>>
Bulk
DELETE ExecutableBulkOperation. |
Copyright © 2019 The Holon Platform. All rights reserved.