Implements ReactiveSortingRepository on SimpleR2dbcRepository. Also changed R2dbcRepository to extend ReactiveSortingRepository and updated comments where it felt reasonable.
Added a single unit test for the new method, and changed the base interface of LegoSetRepository in AbstractR2dbcRepositoryIntegrationTests for integration testing purposes.
Clarify documentation on reactive repository base interfaces
Adds some language calling out ReactiveSortingRepository and fixes consistency between related examples.
Original pull request: #408.
Guard find(Sort) against null values. Add author to documentation. Use ReactiveDataAccessStrategy in R2dbcEntityTemplate created in SimpleR2dbcRepository.
Original pull request: #408.
Kazuki Shimizu opened DATAJDBC-172 and commented
In current implementation, the
@Query
method does not support entity type,java.util.Optional
), norjava.util.stream.Stream
as return type.I will supports various types.
Affects: 1.0 M1 (Lovelace)
Referenced from: commits 7ed2ed7, 3065160, 6f64990
The text was updated successfully, but these errors were encountered: