Gets the EventManager instance used by this EntityManager.
()
| 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. |
no outgoing calls
no test coverage detected