T - the entity type to use for the results.public static interface ExecutableFindByQueryOperation.FindByQueryWithOptions<T> extends ExecutableFindByQueryOperation.FindByQueryWithQuery<T>, WithQueryOptions<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableFindByQueryOperation.TerminatingFindByQuery<T> |
withOptions(com.couchbase.client.java.query.QueryOptions options)
Fluent method to specify options to use for execution
|
matching, matchingall, count, exists, first, firstValue, one, oneValue, streamExecutableFindByQueryOperation.TerminatingFindByQuery<T> withOptions(com.couchbase.client.java.query.QueryOptions options)
withOptions in interface WithQueryOptions<T>options - to use for executionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.