Skip to content

Commit 50946a3

Browse files
committed
Polishing.
Tweak wording. See #3842 Original pull request: #3843
1 parent 500019c commit 50946a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/antora/modules/ROOT/pages/jpa/transactions.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ You can use transactions for read-only queries and mark them as such by setting
9191

9292
[NOTE]
9393
====
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.
95+
====

0 commit comments

Comments
 (0)