Interface ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>,InScope<Object>,ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>,ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T>,WithQuery<RemoveResult>,WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>,ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
- ReactiveRemoveByQueryOperation
public static interface ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>
extends ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>, InScope<Object>
Fluent method to specify the scope.
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
all