Interface ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>
- Type Parameters:
T- the entity type.
- All Superinterfaces:
InCollection<Object>,InScope<Object>,ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>,ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>,ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>,ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>,ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T>,WithConsistency<RemoveResult>,WithQuery<RemoveResult>,WithQueryOptions<RemoveResult>
- Enclosing interface:
- ReactiveRemoveByQueryOperation
public static interface ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>
extends ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
Provides methods for constructing query operations in a fluent way.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency
withConsistencyMethods 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