Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 15aa855

Browse files
Fix typo in definition.adoc.
Closes #3147
1 parent 69e8e3f commit 15aa855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/antora/modules/ROOT/pages/repositories/definition.adoc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are using a reactive store you might choose `ReactiveCrudRepository`, or
1818

1919
If you are using Kotlin you might pick `CoroutineCrudRepository` which utilizes Kotlin's coroutines.
2020

21-
Additional you can extend `PagingAndSortingRepository`, `ReactiveSortingRepository`, `RxJava3SortingRepository`, or `CoroutineSortingRepository` if you need methods that allow to specify a `Sort` abstraction or in the first case a `Pageable` abstraction.
21+
Additionally you can extend `PagingAndSortingRepository`, `ReactiveSortingRepository`, `RxJava3SortingRepository`, or `CoroutineSortingRepository` if you need methods that allow to specify a `Sort` abstraction or in the first case a `Pageable` abstraction.
2222
Note that the various sorting repositories no longer extended their respective CRUD repository as they did in Spring Data Versions pre 3.0.
2323
Therefore, you need to extend both interfaces if you want functionality of both.
2424

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /