Interface ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>, InCollection<T>, OneAndAllEntity<T>, WithUpsertOptions<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>, ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>, ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>
extends ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface ExecutableUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-