关于An association from the table refers to an unmapped class

来源:互联网 发布:罪恶王冠知乎 编辑:程序博客网 时间:2024/05/05 11:10
1,检查你的hibernate.cfg.xml文件中是否添加了  <mapping resource="xxxx.hbm.xml"/>
2,检查你的hibernate.cfg.xml文件中的相关联的两个<mapping resource=""/>的顺序,可能有其中一个需要引用另一个,但是另一个却还没有编译,就是说被用作外键的表要放在前面
3,检查你的*.hbm.xml文件名是否正确

4, 检查你的*.hbm.xml里面类全名

5,<key-property name="id" />
        <key-property name="name" />      使用联合主键时,两个是否写对

0 0
原创粉丝点击