public interface ExecutableFindByIdOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableFindByIdOperation.ExecutableFindById<T> |
static interface |
ExecutableFindByIdOperation.FindByIdWithCollection<T> |
static interface |
ExecutableFindByIdOperation.FindByIdWithProjection<T> |
static interface |
ExecutableFindByIdOperation.TerminatingFindById<T> |
| 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–2021 Pivotal Software, Inc.. All rights reserved.