码迷,mamicode.com
首页 > 其他好文 > 详细

An association from the table content refers to an

时间:2014-12-24 20:15:01      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

今天hibernate报了一个错:An association from the table content refers to an unmapped class:com.blog.content.kind

经查,发现是content.hbm.xml里面的Kind类全名错了。由于之前改动过数据库表,在content表里引入了外键kind_fk,然后用myeclipse自动生成Content类和相应的hbm.xml文件时,就会出现这样的错误!

An association from the table content refers to an

标签:

原文地址:http://my.oschina.net/JiangTun/blog/360153

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!