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/jpa/transactions.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -91,5 +91,5 @@ You can use transactions for read-only queries and mark them as such by setting
91
91
92
92
[NOTE]
93
93
====
94
-
While this example shows `@Transactional` on the repository interface, we generally recommend defining transaction boundaries at the service layer to reflect business logic units and ensure consistency.
95
-
====
94
+
While examples discuss `@Transactional` usage on the repository, we generally recommend declaring transaction boundaries when starting a unit of work to ensure proper consistency and desired transaction participation.
0 commit comments