stack

Home > @infiniteobjects/models > Repository > (constructor)

Repository.(constructor)

Constructs a new instance of the Repository class

Signature:

constructor(entity: ClassConstructor<EntityType>, migration?: Migration<EntityType, CurrentSchema, AnySchema>);

Parameters

Parameter Type Description
entity ClassConstructor<EntityType>  
migration Migration<EntityType, CurrentSchema, AnySchema> (Optional)