Page Contents
Home > @loopback/repository > CrudRepositoryImpl > createAll
CrudRepositoryImpl.createAll() method
Signature:
createAll(entities: DataObject<T>[], options?: Options): Promise<T[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| entities | DataObject<T>[] | |
| options | Options |
Returns:
Promise<T[]>