public interface ExecutableInsertByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableInsertByIdOperation.ExecutableInsertById<T>
Provides methods for constructing KV insert operations in a fluent way.
|
static interface |
ExecutableInsertByIdOperation.InsertByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ExecutableInsertByIdOperation.InsertByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ExecutableInsertByIdOperation.InsertByIdWithDurability<T> |
static interface |
ExecutableInsertByIdOperation.InsertByIdWithExpiry<T> |
static interface |
ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ExecutableInsertByIdOperation.TerminatingInsertById<T>
Terminating operations invoking the actual execution.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ExecutableInsertByIdOperation.ExecutableInsertById<T> |
insertById(Class<T> domainType)
Insert using the KV service.
|
<T> ExecutableInsertByIdOperation.ExecutableInsertById<T> insertById(Class<T> domainType)
domainType - the entity type to insert.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.