Interface ReactiveUpsertByIdOperation.UpsertByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
InCollection<Object>, InScope<Object>, OneAndAllEntityReactive<T>, ReactiveUpsertByIdOperation.TerminatingUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>, WithUpsertOptions<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>, ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.UpsertByIdInScope<T>
extends ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, InScope<Object>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ReactiveUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdInCollection
inCollectionMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
inScope
-