Interface ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>,OneAndAllEntityReactive<T>,ReactiveUpsertByIdOperation.TerminatingUpsertById<T>,ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>,WithUpsertOptions<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>,ReactiveUpsertByIdOperation.UpsertByIdInScope<T>,ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>,ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
- ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>
extends ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>, InCollection<Object>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-