* Gets the EntityFactory used by the EntityManager.
()
| 2591 | * Gets the EntityFactory used by the EntityManager. |
| 2592 | */ |
| 2593 | getEntityFactory(): EntityFactory { |
| 2594 | return this.getContext().#entityFactory; |
| 2595 | } |
| 2596 | |
| 2597 | /** |
| 2598 | * @internal use `em.populate()` as the user facing API, this is exposed only for internal usage |
no test coverage detected