You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Gets the injection token based on class and optionally based on context name.
39
+
* @param entity The class of the Entity to use for the injected repository provider.
40
+
* @param name An optional context name - required for multiple database connections. See: [Multiple Database Connections](https://mikro-orm.io/docs/usage-with-nestjs#multiple-database-connections)
41
+
* @returns The EntityRepository provider injection token based on the supplied entity and context name.
* @param entity The class of the Entity to use for the injected repository provider.
51
+
* @param name An optional context name - required for multiple database connections. See: [Multiple Database Connections](https://mikro-orm.io/docs/usage-with-nestjs#multiple-database-connections)
52
+
* @returns A parameter decorator which will cause NestJS to inject the relevant EntityRepository provider.
0 commit comments