Hibernate 中文文档
  • 首页
  • 入门
  • 配置
  • 映射
  • 事务
  • SQL
  • 示例
  • 服务器
  • MySQL
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

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

该文档是Hibernate 3.2的翻译版,点击查看 翻译说明 。