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.