Skip to main content
A newer version of this page is available. .

Inheritance Mapping

Relational databases do not natively support inheritance, forcing you to map the inheritance structures within your object schema to your data schema. eXpress Persistent Objects provides two general solutions (Single Table Inheritance and Class Table Inheritance) for mapping inheritance into a relational database.

Concepts

Member Table

Task-Based Help

Online Knowledge Base