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

File BaseEntity4.ts

tests/entities-schema/BaseEntity4.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { BaseEntity, defineEntity, Opt, p } from '@mikro-orm/core';
2
3export class BaseEntity4 extends BaseEntity {
4 id!: number;

Callers

nothing calls this directly

Calls 6

defineEntityFunction · 0.90
primaryMethod · 0.65
nullableMethod · 0.65
onCreateMethod · 0.65
onUpdateMethod · 0.65
persistMethod · 0.65

Tested by

no test coverage detected