Chapter 8 O/R Mapping Modeling
Each entity class should be mapped to its own primary table. Each primary table has a reference key referring to a primary table of its parent class except for the primary table of the root class. The reference key should join on the primary key of the primary table.
To apply table per class hierarchy strategy:
Copyright (C) 2006. Sybase Inc. All rights reserved. |
![]() |