| 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. |
interface |
AsyncDelete
Asynchronous delete
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncInsert
Asynchronous insert
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncRefresh
Asynchronous refresh
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncSave
Asynchronous save
PropertyBoxOperation operation, using CompletionStage to handle the
operation result asynchronously. |
interface |
AsyncUpdate
Asynchronous update
PropertyBoxOperation operation, using CompletionStage 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 |
Delete
Executable delete datastore operation.
|
interface |
Insert
Executable insert datastore operation.
|
interface |
Refresh
Executable refresh datastore operation.
|
interface |
Save
Executable save datastore operation.
|
interface |
Update
Executable update datastore operation.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DatastoreOperationConfiguration.Builder<B extends DatastoreOperationConfiguration.Builder<B>>
Base
DatastoreOperationConfiguration builder. |
Copyright © 2019 The Holon Platform. All rights reserved.