If inheritance is used for domain classes and the views for these classes are generated, each concrete subclass gets its own copy of the markup.
I would prefer it, if the fields for super class would be generated once and included by the concrete classes. Otherwise there is much code duplicated and needs to be changed several times by hand.