We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dc04b commit de232e0Copy full SHA for de232e0
README.md
@@ -6,7 +6,7 @@ Library to enable minimal statistical recording of database queries.
6
7
Currently, it is impossible to *only* log or record the query and the time taken to execute them.
8
Default implementation from hibernate is costly in terms of,
9
-1. Does a lot of things without asking what all users need.
+1. Does a lot of things without asking what does the user need.
10
2. Store a lot of data in the heap, some of them are even strong references.
11
3. Tightly coupled and not possible to extend.
12
4. Usage of Hibernate-sessions can be seen everywhere.
0 commit comments