Foreign keys are artifacts of relational data model. Object model operates
with the concept of container. So, Order contains a collection of Order Lines.
Order Line contains Product, etc.
| |||||
http://stackoverflow.com/questions/728040/ddd-related-entities-in-master-detail-relationships |