Interface ReactiveInsertOperation.InsertWithCollection<T>
- All Known Subinterfaces:
ReactiveInsertOperation.ReactiveInsert<T>
- Enclosing interface:
- ReactiveInsertOperation
public static interface ReactiveInsertOperation.InsertWithCollection<T>
Collection override (optional).
-
Method Summary
Modifier and TypeMethodDescriptioninCollection
(String collection) Explicitly set the name of the collection.
-
Method Details
-
inCollection
Explicitly set the name of the collection.
Skip this step to use the default collection derived from the domain type.- Parameters:
collection
- must not be null nor empty.- Returns:
- new instance of
ReactiveInsertOperation.TerminatingInsert
. Never null. - Throws:
IllegalArgumentException
- if collection is null.
-