Skip to content

Allow dynamic limiting of repository query results #2827

@mp911de

Description

@mp911de
Member

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @mp911de@christophstrobl

    Issue actions

      Allow dynamic limiting of repository query results · Issue #2827 · spring-projects/spring-data-commons