错误org.hibernate.HibernateException: Error applying BeanValidation relational constraints的解决方法

只需要在hibernate.cfg.xml中添加:

<property name="javax.persistence.validation.mode">none</property>

就可以解决以上问题。

版权声明:本文为博主原创文章,未经博主允许不得转载。

posted @ 2014-05-14 16:58  wangicter的博客  阅读(453)  评论(0)    收藏  举报