Table per Concrete Class + Implicit Polymorphism
This is the technique with minimum development efforts. The technique follows the below simple steps:
This is the technique with minimum development efforts. The technique follows the below simple steps:
- For each concrete class, one table is created.
- All the inherited properties are mapped in each of these tables.
- The abstract (base) class is not represented in SQL