What to use instead of Model? Should I use Entity with annotations?
I'm considering if I should use 5.7 for a new project in which a lot of app-like functionality should be present. In the old pre 5.7 times I extended Model class to get Objects that needs to be presisted and used the Loader for loading Misc classes that I…