MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / getNamingStrategy

Method getNamingStrategy

packages/mongodb/src/MongoPlatform.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 override getNamingStrategy(): { new (): NamingStrategy } {
38 return MongoNamingStrategy;
39 }
40
41 override getRepositoryClass<T extends object>(): Constructor<EntityRepository<T>> {
42 return MongoEntityRepository as unknown as Constructor<EntityRepository<T>>;

Callers 13

getChecksMethod · 0.45
getNextAliasMethod · 0.45
getDefaultGeneratorMethod · 0.45
createTableColumnMethod · 0.45
alterTableColumnMethod · 0.45
getDefaultGeneratorMethod · 0.45
constructorMethod · 0.45
initialMetadataProcessorFunction · 0.45

Calls

no outgoing calls

Tested by 1

initialMetadataProcessorFunction · 0.36