Myeclipse10.7自动生成hibernate时需要注意的问题
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Myeclipse10.7自动生成hibernate时需要注意的问题相关的知识,希望对你有一定的参考价值。
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时需要注意的问题的主要内容,如果未能解决你的问题,请参考以下文章
Myeclipse10.7安装git插件并将Java项目上传到码云(github)
为啥我在破解myeclipse10.7的时候run.bat一直闪退,,
MyEclipse 10.7(版本:eclipse 3.7.x-Indigo系列)安装PyDev 4.5.4插件
为啥 myeclipse10.7 新建maven项目后 POM.XML 老是报错?
MyEclipse10.7安装Aptana后重启:An internal error has occurred. No more handles [Could not detect registere