You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Krzysztof Podejma <kp...@gmail.com> on 2007/07/11 13:09:06 UTC

modeling entity generalization

Hello,
What is the best practice to model entity generalization in entitymodel.xml.
Say, I have entity B that extends entity A. So entity B has all fields of A
plus some additional(B specific).
Should entity B store inherited fields in A and have fk to this record or
has another table with all fields from A + additional?

Regards
Krzysztof Podejma