Interface ReactiveRemoveByIdOperation.RemoveByIdInCollection
- All Superinterfaces:
InCollection<Object>,OneAndAllIdReactive<RemoveResult>,ReactiveRemoveByIdOperation.RemoveByIdWithOptions,ReactiveRemoveByIdOperation.TerminatingRemoveById,WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByIdOperation.ReactiveRemoveById,ReactiveRemoveByIdOperation.RemoveByIdInScope,ReactiveRemoveByIdOperation.RemoveByIdWithCas,ReactiveRemoveByIdOperation.RemoveByIdWithDurability
- Enclosing interface:
- ReactiveRemoveByIdOperation
public static interface ReactiveRemoveByIdOperation.RemoveByIdInCollection
extends ReactiveRemoveByIdOperation.RemoveByIdWithOptions, InCollection<Object>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<Object>- Parameters:
collection- the collection to use.
-