Home > @infiniteobjects/models > Repository > (constructor)
Constructs a new instance of the Repository class
Signature:
constructor(entity: ClassConstructor<EntityType>, migration?: Migration<EntityType, CurrentSchema, AnySchema>);
| Parameter | Type | Description |
|---|---|---|
| entity | ClassConstructor<EntityType> | |
| migration | Migration<EntityType, CurrentSchema, AnySchema> | (Optional) |