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

Support PagingAndSortingRepository operations #42

Open
savinov opened this issue Apr 14, 2021 · 1 comment
Open

Support PagingAndSortingRepository operations #42

savinov opened this issue Apr 14, 2021 · 1 comment
Labels

Comments

@savinov
Copy link

savinov commented Apr 14, 2021

Please support PagingAndSortingRepository#findAll(Pageable pageable) operation.

https://github.com/tarantool/cartridge-springdata/blob/master/src/main/java/org/springframework/data/tarantool/repository/support/SimpleTarantoolRepository.java#L45

@sharonovd sharonovd added the epic label Oct 5, 2021
@dkasimovskiy dkasimovskiy added this to the 2022Q3 milestone Jul 29, 2022
@dkasimovskiy
Copy link
Contributor

It's possible to implement only for the Tarantool Box API because other API supports only cursor based pagination.

@dkasimovskiy dkasimovskiy removed this from the 2022Q3 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants