Skip to content

Instantly share code, notes, and snippets.

@luszczynski
Created October 28, 2014 19:00
Show Gist options
  • Save luszczynski/11c690fa4ad4f4446862 to your computer and use it in GitHub Desktop.
Save luszczynski/11c690fa4ad4f4446862 to your computer and use it in GitHub Desktop.
persistence.xml with jpa statistics
<property name="hibernate.show_sql" value="true" />
<property name="hibernate.format_sql" value="true" />
<property name="hibernate.use_sql_coments" value="true" />
<property name="hibernate.generate_statistics" value="true" />
<property name="hibernate.cache.infinispan.statistics" value="true" />
<property name="hibernate.cache.use_structured_entries" value="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment