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
@@ -5,7 +5,7 @@ Hibernate is a powerful ORM, but you need to have control over the executed SQL
5
5
6
6
You can enable SQL query logging, this is a great help in dev, but not in production. This tool helps you to count the **executed SQL queries by Hibernate in your integration tests, it can assert L2C statistics too**.
7
7
8
-
It consists of just an Hibernate SQL inspector service and a Spring Test Listener that controls it (no proxy around the Datasource).
8
+
It consists of just a Hibernate SQL inspector service and a Spring Test Listener that controls it (no proxy around the Datasource).
9
9
10
10
The assertion will work seamlessly whether you're testing Spring repositories or doing HTTP integration tests.
0 commit comments