Interface ExecutableInsertOperation.InsertWithCollection<T>
- All Known Subinterfaces:
ExecutableInsertOperation.ExecutableInsert<T>
- Enclosing interface:
- ExecutableInsertOperation
public static interface ExecutableInsertOperation.InsertWithCollection<T>
Collection override (optional).
- Since:
- 2.0
- Author:
- Christoph Strobl
-
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
ExecutableInsertOperation.InsertWithBulkMode
. - Throws:
IllegalArgumentException
- if collection is null.
-