public interface ExecutableFindByQueryOperation
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExecutableFindByQueryOperation.ExecutableFindByQuery<T> |
static interface |
ExecutableFindByQueryOperation.FindByQueryConsistentWith<T> |
static interface |
ExecutableFindByQueryOperation.FindByQueryWithQuery<T>
Terminating operations invoking the actual query execution.
|
static interface |
ExecutableFindByQueryOperation.TerminatingFindByQuery<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> ExecutableFindByQueryOperation.ExecutableFindByQuery<T> |
findByQuery(Class<T> domainType)
Queries the N1QL service.
|
<T> ExecutableFindByQueryOperation.ExecutableFindByQuery<T> findByQuery(Class<T> domainType)
domainType - the entity type to use for the results.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.