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.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-