@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
34 lines (23 loc) • 1.09 kB
Markdown
lang: en
title: 'API docs: repository.crudrepositoryimpl._constructor_'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.crudrepositoryimpl._constructor_.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [CrudRepositoryImpl](./repository.crudrepositoryimpl.md) > [(constructor)](./repository.crudrepositoryimpl._constructor_.md)
## CrudRepositoryImpl.(constructor)
Constructs a new instance of the `CrudRepositoryImpl` class
<b>Signature:</b>
```typescript
constructor(dataSource: DataSource, entityClass: typeof Entity & {
prototype: T;
});
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| dataSource | [DataSource](./repository.datasource.md) | |
| entityClass | typeof [Entity](./repository.entity.md) & { prototype: T; } | |