码迷,mamicode.com
首页 > 移动开发 > 详细

hibernate 出现 org.hibernate.MappingException: entity class not found 的解决办法

时间:2016-12-22 00:46:00      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:hibernate mappingexception save session entity class not found

在Hibernate 5.0版本以上时,出现异常

org.hibernate.MappingException: entity class not found:

如果确认配置和代码都无误的情况下,可尝试增加一行代码解决:


Configuration configuration = new Configuration().configure();

//增加下行代码

configuration.addClass(News.class);




本文出自 “程序员瑞欣” 博客,请务必保留此出处http://rayshine.blog.51cto.com/6941801/1884821

hibernate 出现 org.hibernate.MappingException: entity class not found 的解决办法

标签:hibernate mappingexception save session entity class not found

原文地址:http://rayshine.blog.51cto.com/6941801/1884821

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