struts+hibernate+spring常出现的错误总集
hibernate:
问题1:An association from the table refers to an unmapped class
答案:一般都是包名和类名不对,有的是没有大写,这个问题的贴吧:http://www.blogjava.net/jjshcc/archive/2010/05/12/320705.html
发布时间: 2013-06-26 14:29:32 作者: rapoo
struts+hibernate+spring常出现的错误总集
hibernate:
问题1:An association from the table refers to an unmapped class
答案:一般都是包名和类名不对,有的是没有大写,这个问题的贴吧:http://www.blogjava.net/jjshcc/archive/2010/05/12/320705.html