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: src/main/antora/modules/ROOT/pages/jdbc/transactions.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ In contrast to that, `deleteInactiveUsers()` uses the `@Modifying` annotation an
83
83
Thus, the method is with the `readOnly` flag set to `false`.
84
84
85
85
NOTE: It is highly recommended to make query methods transactional.
86
-
These methods might execute more then one query in order to populate an entity.
86
+
These methods might execute more than one query in order to populate an entity.
87
87
Without a common transaction Spring Data JDBC executes the queries in different connections.
88
88
This may put excessive strain on the connection pool and might even lead to dead locks when multiple methods request a fresh connection while holding on to one.
0 commit comments