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

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

时间:2014-11-14 12:09:18      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:io   sp   on   问题   代码   bs   ad   as   new   

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,以下是正确的:

<mapping resource="jebe7282/study/hibernate/Classes.hbm.xml"/>

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

标签:io   sp   on   问题   代码   bs   ad   as   new   

原文地址:http://www.cnblogs.com/toSeeMyDream/p/4096550.html

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