Interface ReactiveInsertByIdOperation.InsertByIdInCollection<T>
- All Superinterfaces:
InCollection<T>, OneAndAllEntityReactive<T>, ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdInScope<T>, ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>, ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.InsertByIdInCollection<T>
extends ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollectionin interfaceInCollection<T>- Parameters:
collection- the collection to use.
-