Skip to content

Add ReactiveSortingRepository support #407

Closed
@ada-waffles

Description

@ada-waffles

Currently SimpleR2dbcRepository only implements ReactiveCrudRepository. It does not implement or provide the extra method defined by ReactiveSortingRepository.

Modifying SimpleR2dbcRepository to implement ReactiveSortingRepository would allow consumers to use that interface (and its friends such as CoroutineSortingRepository) when defining their repositories.

I plan to put up a PR for this soon.

This is a follow-up from DATACMNS-1769

Thank you to @mp911de for pointing me in the right direction!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions