Skip to content
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

Allow to define limit, offset & sort without the means of Pageable for passing on this information in reactive API [DATACMNS-1473] #1906

Closed
spring-projects-issues opened this issue Jan 23, 2019 · 1 comment
Assignees
Labels
in: repository Repositories abstraction type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Christoph Strobl opened DATACMNS-1473 and commented

Introduce a new aggregate for limit, offset & sort on top of pageable so we can define

Flux<Person> findAllBy(FetchRequest fetchRequest);

findByFirstname(FetchRequest.skip(100).limit(10).sort(Order.by("age"))
  // ...

No further details from DATACMNS-1473

@christophstrobl
Copy link
Member

superseded by #2827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: repository Repositories abstraction type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants