Skip to content

Commit 98c723b

Browse files
EvaristeGalois11odrotbohm
authored andcommitted
Fix small typo in the transactionality section of the documentation.
Fixes #2868.
1 parent 6ed0f8c commit 98c723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/asciidoc/jpa.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ include::query-by-example.adoc[leveloffset=+1]
11201120
[[transactions]]
11211121
== Transactionality
11221122

1123-
By default, methods inherited from `CrudRepository` inherited the transactional configuration from from link:$$https://docs.spring.io/spring-data/data-jpa/docs/current/api/org/springframework/data/jpa/repository/support/SimpleJpaRepository.html$$[`SimpleJpaRepository`].
1123+
By default, methods inherited from `CrudRepository` inherit the transactional configuration from link:$$https://docs.spring.io/spring-data/data-jpa/docs/current/api/org/springframework/data/jpa/repository/support/SimpleJpaRepository.html$$[`SimpleJpaRepository`].
11241124
For read operations, the transaction configuration `readOnly` flag is set to `true`.
11251125
All others are configured with a plain `@Transactional` so that default transaction configuration applies.
11261126
Repository methods that are backed by transactional repository fragments inherit the transactional attributes from the actual fragment method.

0 commit comments

Comments
 (0)