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