modeling entity generalization

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

modeling entity generalization

Krzysztof Podejma
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