public interface ExecutableFindByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableFindByIdOperation.ExecutableFindById<T>
Provides methods for constructing query operations in a fluent way.
|
static interface |
ExecutableFindByIdOperation.FindByIdInCollection<T>
Fluent method to specify the collection.
|
static interface |
ExecutableFindByIdOperation.FindByIdInScope<T>
Fluent method to specify the scope.
|
static interface |
ExecutableFindByIdOperation.FindByIdWithExpiry<T> |
static interface |
ExecutableFindByIdOperation.FindByIdWithOptions<T>
Fluent method to specify options.
|
static interface |
ExecutableFindByIdOperation.FindByIdWithProjection<T> |
static interface |
ExecutableFindByIdOperation.TerminatingFindById<T>
Terminating operations invoking the actual execution.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ExecutableFindByIdOperation.ExecutableFindById<T> |
findById(Class<T> domainType)
Loads a document from a bucket.
|
<T> ExecutableFindByIdOperation.ExecutableFindById<T> findById(Class<T> domainType)
domainType - the entity type to use for the results.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.