首页 > 代码库 > The dialect was not set. Set the property hibernate.dialect
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,以下是正确的:
<mapping resource="jebe7282/study/hibernate/Classes.hbm.xml"/>
The dialect was not set. Set the property hibernate.dialect
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。