hibernate學習筆記第7講-一對一唯一外鍵關聯映射one-to-one

  Hibernate一對一唯一外鍵關聯: 就是多對一的特列,把外鍵設置成unique爲true。 採用<many-to-one name="idCard" unique="true"/>     單向: Person.hbm.xml <hibernate-mapping> <class name="com.bjsxt.hibernate.Person" table="t_person">    
相關文章
相關標籤/搜索