Interface ExecutableFindByQueryOperation.FindByQueryWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableFindByQueryOperation.FindByQueryWithQuery<T>, ExecutableFindByQueryOperation.TerminatingFindByQuery<T>, OneAndAll<T>, WithQuery<T>, WithQueryOptions<T>
- All Known Subinterfaces:
ExecutableFindByQueryOperation.ExecutableFindByQuery<T>, ExecutableFindByQueryOperation.FindByQueryConsistentWith<T>, ExecutableFindByQueryOperation.FindByQueryInCollection<T>, ExecutableFindByQueryOperation.FindByQueryInScope<T>, ExecutableFindByQueryOperation.FindByQueryWithConsistency<T>, ExecutableFindByQueryOperation.FindByQueryWithDistinct<T>, ExecutableFindByQueryOperation.FindByQueryWithProjecting<T>, ExecutableFindByQueryOperation.FindByQueryWithProjection<T>
- Enclosing interface:
ExecutableFindByQueryOperation
public static interface ExecutableFindByQueryOperation.FindByQueryWithOptions<T>
extends ExecutableFindByQueryOperation.FindByQueryWithQuery<T>, WithQueryOptions<T>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for executionMethods inherited from interface ExecutableFindByQueryOperation.FindByQueryWithQuery
matching, matchingMethods inherited from interface ExecutableFindByQueryOperation.TerminatingFindByQuery
all, count, exists, first, firstValue, one, oneValue, stream
-
Method Details
-
withOptions
ExecutableFindByQueryOperation.TerminatingFindByQuery<T> withOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithQueryOptions<T>- Parameters:
options- to use for execution
-