首页 > Web开发 > 详细

The dialect was not set. Set the property hibernate.dialect

时间:2016-05-29 16:37:48      阅读:224      评论:0      收藏:0      [点我收藏+]

The   dialect   was   not   set.   Set   the   property   hibernate.dialect

load hibernate.cfg.xml 出现了问题

获取配置信息代码应该这样写

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

 

 

2009.8.31 更新.

An AnnotationConfiguration instance is required to use <mapping class="jebe7282/study/hibernate/Classes.hbm.xml"/>

 

这个是mapping 标签配置属性问题class 应该 改为resource

 

资源用resource,类用class

 

The dialect was not set. Set the property hibernate.dialect

原文:http://www.cnblogs.com/toSeeMyDream/p/5539677.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!