第9章 継承マッピング

第9章 継承マッピング

9.1. 3つの戦略
9.1.1. クラス階層ごとのテーブル(table-per-class-hierarchy)
9.1.2. サブクラスごとのテーブル (table-per-subclass)
9.1.3. discriminator を用いた table-per-subclass
9.1.4. table-per-subclass と table-per-class-hierarchy の混合
9.1.5. 具象クラスごとのテーブル(table-per-concrete-class)
9.1.6. 暗黙的ポリモーフィズムを用いた table-per-concrete-class
9.1.7. 他の継承マッピングと暗黙的ポリモーフィズムの組み合わせ
9.2. 制限