Is there any property in Hibernate for locating custom location of persistence.xml
other than /META-INF/
?
I found EclipseLink defined [eclipselink.persistencesml
].(http://www.eclipse.org/eclipselink/documentation/2.4/jpa/extensions/p_persistencexml.htm#persistencexml)
What is the property for Hibernate? So that I can use them with Persistence@createEntityManagerFactory
with additional properties?