-
Notifications
You must be signed in to change notification settings - Fork 350
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
ClassCastException for scrolling queries #1531
Comments
Keyset pagination is not yet supported for Spring Data Relational. |
Hi @schauder Did you read carefully the ticket description? I didn't use pagination or keyset pagination. I used offset scrolling:
|
Readers of this issue might be interested in #1299 |
@schauder Do you know when you folks plan to add support for |
Sorry, we don't have any specifics on those plans yet. |
Got it, what about |
And is there an issue I can track for the rollout? Happy to create one otherwise |
Got it, will |
Hi
We tried to use Scrolling API:
However we received an exception when we invoked findBy() method:
Window<Order> window = orderRepository.findBy(ScrollPosition.offset());
The text was updated successfully, but these errors were encountered: