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

Myeclipse10.7自动生成hibernate时需要注意的问题

时间:2016-05-23 22:39:52      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

 hibernate.cfg.xml中的javax.persistence.validation.mode默认情况下是auto的,就是说如果不设置的话它是会自动去你的classpath下面找一个bean-validation**包,

但是找不到,所以beanvalitionFactory错误,org.hibernate.HibernateException: Error applying BeanValidation relational constraints。需要配置文件下加上一句 <property name="javax.persistence.validation.mode">none</property>


<property name="hibernate.show_sql">true</property>  作用是输出执行的sql语句

Myeclipse10.7自动生成hibernate时需要注意的问题

标签:

原文地址:http://www.cnblogs.com/Sampson2016/p/5521585.html

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