You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Hibernate is a powerful ORM, but you need to have control over the executed SQL queries to avoid huge performance problems (N+1 selects, silent updates, batch insert not working, etc...)
4
4
5
-
You can enable SQL query logging, this is a great help in dev, but it can varies until production.
5
+
You can enable SQL query logging, this is a great help in dev, but not in production.
6
6
7
7
This tool helps you to count the real executed queries by Hibernate in your integration tests.
0 commit comments