Interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>,ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T>,WithQuery<T>,WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>,ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T>,ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T>,ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T>,ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
- ExecutableRemoveByQueryOperation
public static interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>
extends ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>, WithQueryOptions<RemoveResult>
Fluent method to specify options.
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for executionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
withOptions
ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<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
-