Interface ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>
,ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>
,ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T>
,WithQuery<RemoveResult>
,WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>
,ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
- ReactiveRemoveByQueryOperation
public static interface ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>
extends ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
-
Method Summary
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
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-