第 23 章 示例:复杂映射实例

目录

  • 23.1. Employer(雇主)/Employee(雇员)
  • 23.2. Author(作家)/Work(作品)
  • 23.3. Customer(客户)/Order(订单)/Product(产品)
  • 23.4. 杂例
    • 23.4.1. "Typed" one-to-one association
    • 23.4.2. Composite key example
    • 23.4.3. 共有组合键属性的多对多(Many-to-many with shared composite key attribute)
    • 23.4.4. Content based discrimination
    • 23.4.5. Associations on alternate keys

本章展示了一些较为复杂的关系映射。