You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EntityManager.onInit makes little sense. When should it be ran? WHen the system is initialized, or when a new entity is created, or at another time? How could it be triggered from the inside of the EntityManager but allow for passing options from the outside?
Initializing an entity is the job of the EntityFactory
The text was updated successfully, but these errors were encountered:
See #90 for background
The
EntityManager.onInit
makes little sense. When should it be ran? WHen the system is initialized, or when a new entity is created, or at another time? How could it be triggered from the inside of the EntityManager but allow for passing options from the outside?Initializing an entity is the job of the
EntityFactory
The text was updated successfully, but these errors were encountered: