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