User.class is not extending NamedEntity.class directly anymore. Instead User.class extends Person.class right now. It's better OOP than to have a reference to Person.class.
Because of this some new methods were added.
Authored by: wellgis 2012-10-26
Parent: [r206]
Child: [r208]