Interface ExecutableInsertByIdOperation.InsertByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdWithOptions<T>, ExecutableInsertByIdOperation.TerminatingInsertById<T>, InCollection<T>, InScope<T>, OneAndAllEntity<T>, WithInsertOptions<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
- Enclosing interface:
ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.InsertByIdInScope<T>
extends ExecutableInsertByIdOperation.InsertByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ExecutableInsertByIdOperation.InsertByIdInCollection
inCollectionMethods inherited from interface ExecutableInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface ExecutableInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
inScope
-