Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ BaseEntity, defineEntity, Opt, p } from
'@mikro-orm/core'
;
2
3
export
class
BaseEntity4 extends BaseEntity {
4
id!: number;
Callers
nothing calls this directly
Calls
6
defineEntity
Function · 0.90
primary
Method · 0.65
nullable
Method · 0.65
onCreate
Method · 0.65
onUpdate
Method · 0.65
persist
Method · 0.65
Tested by
no test coverage detected