Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Add Pagination #1

Closed
kikawet opened this issue Jul 14, 2022 · 1 comment
Closed

Add Pagination #1

kikawet opened this issue Jul 14, 2022 · 1 comment
Assignees

Comments

@kikawet
Copy link
Owner

kikawet commented Jul 14, 2022

So far we can use some level of pagination (Page,java) and even some methods in the service level allow at this point we just need to read them from the request > parse and use them.

Maybe even inherit from Pageable so this same class can be used in a repository in a future.

@kikawet kikawet self-assigned this Jul 16, 2022
@kikawet
Copy link
Owner Author

kikawet commented Jul 16, 2022

Webflux doesn't support Pageable so rn DIY
spring-projects/spring-data-commons#1846

the proposal is to remove the install Page class replace it with org.springframework.data.domain.Pageable and manually get the values to build it in the funcional endpoints

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant