You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can use query methods to express static limits for derived queries through findTop10By… or dynamic limits via PageRequest.
When using ScrollPosition, we do not have a good way to define how many results should be produced by the query method as PageRequest cannot be used with ScrollPosition.
The text was updated successfully, but these errors were encountered:
We can use query methods to express static limits for derived queries through
findTop10By…
or dynamic limits viaPageRequest
.When using
ScrollPosition
, we do not have a good way to define how many results should be produced by the query method asPageRequest
cannot be used withScrollPosition
.The text was updated successfully, but these errors were encountered: