Properties reference for hibernate in persistence.xml
Does anyone know a link, post, book or something else where are explained and nominalized all properties that you need and can use in persistence.xml file? 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: Hibernate properties ( hibernate.* ) EclipseLink properties ( eclipselink.* ) 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