Inheritance Mapping
Everything on SkillVeris tagged Inheritance Mapping — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is the Single Table Inheritance Pattern?
Single Table Inheritance is a pattern for mapping an object-oriented class hierarchy to a relational database by storing every class in the hierarchy — the bas…
What is the Class Table Inheritance Pattern?
Class Table Inheritance is an object-relational mapping pattern where every class in an inheritance hierarchy, including abstract ones, gets its own database t…