@mikro-orm/coreFunctionsVersion: Nextwrap Callablewrap<T>(entity: T, preferHelper: true): IWrappedEntityInternal<T>wrap<T>(entity: T, preferHelper?: false): IWrappedEntity<T>returns WrappedEntity instance associated with this entity. This includes all the internal properties like __meta or __em.Type parametersT: objectParametersentity: TpreferHelper: trueReturns IWrappedEntityInternal<T>
returns WrappedEntity instance associated with this entity. This includes all the internal properties like
__meta
or__em
.