First page Back Continue Last page Overview Graphics
Relational Inheritance
From an application level, want to use inheritance for related business objects
Doesn't map well to a RDBMS
Structure/organization of data persisted differs from structure used by application
HALL allows you to view data stored in an RDBMS as hierarchical; child Objects pull from multiple tables.
Explicit data relationship