public interface ExecutableUpsertByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>
Provides methods for constructing KV operations in a fluent way.
|
static interface |
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>
Terminating operations invoking the actual execution.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> |
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> |
static interface |
ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>
Fluent method to specify options.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ExecutableUpsertByIdOperation.ExecutableUpsertById<T> |
upsertById(Class<T> domainType)
Upsert using the KV service.
|
<T> ExecutableUpsertByIdOperation.ExecutableUpsertById<T> upsertById(Class<T> domainType)
domainType - the entity type to upsert.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.