Page Contents
Home > @loopback/repository > ModelRepositoryClass > (new)
ModelRepositoryClass.(new)
The constructor for the generated repository class
Signature:
new (dataSource: juggler.DataSource): R;
Parameters
Parameter | Type | Description |
---|---|---|
dataSource | juggler.DataSource | DataSource object |
Returns:
R