Skip to content

Commit 0c870b6

Browse files
authored
Update README.md
1 parent c7984f1 commit 0c870b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
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 this tool helps you to count the executed queries by Hibernate in your integration tests.
5+
You can enable SQL query logging, this is a great help in dev, but it can varies until production.
66

7-
It consists of just an Hibernate SQL inspector service and a Spring Test Listener that enable it (so no proxy around the Datasource)
7+
This tool helps you to count the real executed queries by Hibernate in your integration tests.
8+
9+
It consists of just an Hibernate SQL inspector service and a Spring Test Listener that controls it (no proxy around the Datasource)
810

911
## Example
1012

0 commit comments

Comments
 (0)