Skip to content

Commit 6dadf28

Browse files
authored
Update README.md
1 parent a88621d commit 6dadf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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...)
44

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.
66

77
This tool helps you to count the real executed queries by Hibernate in your integration tests.
88

0 commit comments

Comments
 (0)