Created
May 16, 2017 17:07
-
-
Save thjanssen/e15c0a495f87f64222c386bc523faf29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<persistence> | |
<persistence-unit name="my-persistence-unit"> | |
... | |
<properties> | |
<property name="hibernate.generate_statistics" value="true" /> | |
... | |
</properties> | |
</persistence-unit> | |
</persistence> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:23:21,398 DEBUG [org.hibernate.stat.internal.ConcurrentStatisticsImpl] - HHH000117: HQL: SELECT a FROM Author a WHERE a.id = :id, time: 22ms, rows: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment