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
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency
withConsistency
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matching
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
all