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

Method getEventManager

packages/core/src/EntityManager.ts:2637–2639  ·  view source on GitHub ↗

Gets the EventManager instance used by this EntityManager.

()

Source from the content-addressed store, hash-verified

2635
2636 /** Gets the EventManager instance used by this EntityManager. */
2637 getEventManager(): EventManager {
2638 return this.eventManager;
2639 }
2640
2641 /**
2642 * Checks whether this EntityManager is currently operating inside a database transaction.

Calls

no outgoing calls

Tested by

no test coverage detected