-
Notifications
You must be signed in to change notification settings - Fork 682
Decouple PagingAndSortingRepository
from CrudRepository
and make it a fragment interface
#2537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, |
schauder
added a commit
that referenced
this issue
Feb 9, 2022
This way they can be combined with different variants of CrudRepositories. This affects `PagingAndSortingRepository`, `ReactiveSortingRepository`, `CoroutineSortingRepository`, and `RxJavaSortingRepository`. Any repository implementing those interfaces now needs to also implement a suitable CRUD repository, or needs to manually add the methods from a CRUD repository as needed. Closes #2537
PagingAndSortingRepository
from CrudRepository
and make it a fragment interface
mp911de
pushed a commit
that referenced
this issue
Feb 11, 2022
This way they can be combined with different variants of CrudRepositories. This affects `PagingAndSortingRepository`, `ReactiveSortingRepository`, `CoroutineSortingRepository`, and `RxJavaSortingRepository`. Any repository implementing those interfaces now needs to also implement a suitable CRUD repository, or needs to manually add the methods from a CRUD repository as needed. Closes #2537 Original pull request: #2540.
This was referenced Feb 11, 2022
schauder
added a commit
to spring-projects/spring-data-jpa
that referenced
this issue
Feb 11, 2022
schauder
added a commit
to spring-projects/spring-data-jpa
that referenced
this issue
Feb 11, 2022
schauder
added a commit
to spring-projects/spring-data-r2dbc
that referenced
this issue
Feb 11, 2022
schauder
added a commit
to spring-projects/spring-data-geode
that referenced
this issue
Feb 11, 2022
fmbenhassine
added a commit
to spring-projects/spring-batch
that referenced
this issue
Mar 16, 2022
Due to the decoupling of `PagingAndSortingRepository` from `CrudRepository` in Spring Data 3 [1], this test has to be updated to use different repositories between the reader and the writer according to the expected types for the `repository` property. [1]: spring-projects/spring-data-commons#2537
lcmarvin
pushed a commit
to lcmarvin/spring-batch
that referenced
this issue
Apr 16, 2022
Due to the decoupling of `PagingAndSortingRepository` from `CrudRepository` in Spring Data 3 [1], this test has to be updated to use different repositories between the reader and the writer according to the expected types for the `repository` property. [1]: spring-projects/spring-data-commons#2537
rayrobert398
added a commit
to rayrobert398/spring-data-Mobile-App-Developer-Java
that referenced
this issue
Oct 3, 2022
trayanus1026
pushed a commit
to trayanus1026/spring-data-jpa-java
that referenced
this issue
Aug 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #2535
The text was updated successfully, but these errors were encountered: