Hibernate.cfg.xml施用官方说明手册中配置要注意的地方

Hibernate.cfg.xml使用官方说明手册中配置要注意的地方?不知道为什么不加上property namejavax.persist

Hibernate.cfg.xml使用官方说明手册中配置要注意的地方

?

不知道为什么不加上

<property name="javax.persistence.validation.mode">none</property>,会出现

?

Initial SessionFactory creation failed.org.hibernate.HibernateException: Unable to get the default Bean Validation factory

?

这个错误。