We want to change the JPA Provider EclipseLink and use Hibernate for the future. The problem is that I didn't find all property equivalents. So the following are missing:
<property name="eclipselink.ddl-generation.index-foreign-keys" value="true"/>
I didnt't find any Hibernate equivalent.
<property name="eclipselink.ddl-generation.output-mode" value="database"/>
I probably have to set:
hibernate.show_sql=true
hibernate.format_sql=true