Skip to content

Commit 7281b5e

Browse files
authored
Update README.md
1 parent 0c85381 commit 7281b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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 select, silent updates, batch not working, etc...)
44

5-
SQL comments are a great help in dev, but this tool helps you to count the executed queries by Hibernate in your integrations test.
5+
You can enable SQL query logging, this is a great help in dev, but this tool helps you to count the executed queries by Hibernate in your integrations test.
66

7-
It consists of just an Hibernate SQL inspector service and a Spring Test Listener that reads it
7+
It consists of just an Hibernate SQL inspector service and a Spring Test Listener that reads it (so no proxy around the Datasource)
88

99
## Example
1010

0 commit comments

Comments
 (0)