Skip to content

Commit

Permalink
Merge pull request #61 from majimaccho/patch-1
Browse files Browse the repository at this point in the history
Reviced ClassTableInheritance.md
  • Loading branch information
kdmsnr authored Mar 5, 2024
2 parents 987e3b3 + fb5c3f7 commit 20e9e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pofeaa/ClassTableInheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ title: クラステーブル継承

![](https://www.martinfowler.com/eaaCatalog/classInheritanceTableSketch.gif)

オブジェクトとリレーショナルの不一致の極めて目に見える局面はリレーショナルデータベースは継承をサポートしていないという事実である。あなたはデータベース構造をオブジェクトですっきりとマッピングさせ継承構造内でどこにでもリンクさせたい。ClassTableInheritanceは継承構造内で各クラスに一つのデータベースを割り当てることによってサポートする
オブジェクトとリレーショナルの不一致の極めて目に見える局面はリレーショナルデータベースは継承をサポートしていないという事実である。あなたはデータベース構造をオブジェクトですっきりとマッピングさせ継承構造内でどこにでもリンクさせたい。ClassTableInheritanceは継承構造内で各クラスに一つのデータベースのテーブルを割り当てることによってサポートする

0 comments on commit 20e9e14

Please sign in to comment.