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
Currently model constructors are retrieved using reflection every time cursor is mapped to an entity. Caching the constructor might improve performance. Better yet, the model adapter could have a factory method which returns a new instance of the model.
The text was updated successfully, but these errors were encountered:
Currently model constructors are retrieved using reflection every time cursor is mapped to an entity. Caching the constructor might improve performance. Better yet, the model adapter could have a factory method which returns a new instance of the model.
The text was updated successfully, but these errors were encountered: