Interface ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>,OneAndAllEntityReactive<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>,ReactiveReplaceByIdOperation.TerminatingReplaceById<T>,WithReplaceOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>,ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
- ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>
extends ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-