關於An association from the table refers to an unmapped class

1.檢查*.hbm.xml裏面類全名app

2.檢查*.hbm.xml文件名是否正確(本身文件名因爲copy 丟失hbm)hibernate

3.檢查hibernate.cfg.xml文件中的相關聯的兩個<mapping resource=""/>的順序,可能有其中一個須要引用另外一個,可是另外一個卻尚未編譯,就是說被用做外鍵的表要放在前面xml

4.檢查hibernate.cfg.xml文件中是否添加了<mapping resource="xxxxx.hbm.xml"/>編譯

 

錯過的須要謹記!map

相關文章
相關標籤/搜索