Hibernate對象關聯--UML基礎知識、XDoclet----2 Hibernate 關聯(摘自Huihoo網站)
6.
對象/關系數據庫映射基礎(Basic O/R Mapping)
7.1.
持久化集合類(Persistent collections)
7.2.
集合映射( Collection mappings )
7.2.1.
集合外鍵(Collection foreign keys)
7.2.2.
集合元素(Collection elements)
7.2.3.
索引集合類(Indexed collections)
7.2.4.
值集合于多對多關聯(Collections of values and
many-to-many associations)
7.2.5.
一對多關聯(One-to-many Associations)
7.3.
高級集合映射(Advanced collection mappings)
7.3.1.
有序集合(Sorted collections)
7.3.2.
雙向關聯(Bidirectional associations)
7.3.3.
三重關聯(Ternary associations)
8.2.
單向關聯(Unidirectional associations)
8.3.
使用連接表的單向關聯(Unidirectional associations with
join tables)
8.4.
雙向關聯(Bidirectional associations)
8.4.1.
一對多(one to many) / 多對一(many to one)
8.5.
使用連接表的雙向關聯(Bidirectional associations with
join tables)
8.5.1.
一對多(one to many) /多對一(
many to one)
posted on 2006-03-11 22:22 西部村里人 閱讀(208) 評論(0) 編輯 收藏 所屬分類: Hibernate