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

Method version

packages/core/src/entity/defineEntity.ts:128–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 persist(): PropertyChain<Value, Omit<Options, 'persist'> & { persist: true }>;
127 persist(persist: false): PropertyChain<Value, Omit<Options, 'persist'> & { persist: false }>;
128 version(): PropertyChain<Value, Omit<Options, 'version'> & { version: true }>;
129 lazy(): PropertyChain<Value, Options>;
130 name<T extends string>(name: T): PropertyChain<Value, Omit<Options, 'fieldName'> & { fieldName: T }>;
131 fieldName<T extends string>(fieldName: T): PropertyChain<Value, Omit<Options, 'fieldName'> & { fieldName: T }>;

Callers 8

configureFunction · 0.65
accessors.test.tsFile · 0.65
BookTag4.tsFile · 0.65
FooBar4.tsFile · 0.65
Test4.tsFile · 0.65
FooBaz4.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected