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

Method mappedBy

packages/core/src/entity/defineEntity.ts:193–193  ·  view source on GitHub ↗
(
    mappedBy: (keyof Value & string) | ((e: Value) => any),
  )

Source from the content-addressed store, hash-verified

191 filters: FilterOptions,
192 ): HasKind<Options, 'm:1' | '1:m' | '1:1' | 'm:n'> extends true ? PropertyChain<Value, Options> : never;
193 mappedBy(
194 mappedBy: (keyof Value & string) | ((e: Value) => any),
195 ): HasKind<Options, '1:m' | '1:1' | 'm:n'> extends true ? PropertyChain<Value, Options> : never;
196 inversedBy(

Calls

no outgoing calls

Tested by

no test coverage detected