Skip to content

Commit e7d57db

Browse files
EvaristeGalois11odrotbohm
authored andcommitted
Fix small typo in the transactionality section of the documentation.
Fixes #2868.
1 parent 3fde7a0 commit e7d57db

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
@@ -868,7 +868,7 @@ include::query-by-example.adoc[leveloffset=+1]
868868
[[transactions]]
869869
== Transactionality
870870

871-
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`].
871+
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`].
872872
For read operations, the transaction configuration `readOnly` flag is set to `true`.
873873
All others are configured with a plain `@Transactional` so that default transaction configuration applies.
874874
Repository methods that are backed by transactional repository fragments inherit the transactional attributes from the actual fragment method.

0 commit comments

Comments
 (0)