Properties reference for hibernate in persistence.xml

淺唱寂寞╮ 提交于 2019-12-02 22:36:29
Piotr Nowicki

The JPA 2.0 supported properties (javax.persistence.*) can be found in JPA 2.0 specification.

Vendor-specific properties can be found in appropriate vendor documentation:

Ilya

Full list of properties, that hibernate uses, you can find in class

org\hibernate\cfg\Environment.java

in Hibernate distribution.

Javadoc here

I think there are actually 2 sources:

  • org.hibernate.jpa.AvailableSettings. Cf. javadoc: "Defines the available HEM settings, both JPA-defined as well as Hibernate-specific. NOTE : Does not include {@link org.hibernate.cfg.Environment} values."
  • org.hibernate.cfg.Environment
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!