Skip to content

Repository method findAll(int start, int max) for entity type doesn't properly paginate #729

Closed
@beikov

Description

Description

The pagination parameters currently aren't applied on the query. Seems to be an oversight.

Expected behavior

Actual behavior

Steps to reproduce

Environment

Version: 1.3.0
JPA-Provider: -
DBMS: -
Application Server: -

Activity

added this to the 1.4.0 milestone on Jan 24, 2019
self-assigned this
on Jan 24, 2019
added a commit that references this issue on Jan 24, 2019

[Blazebit#729] Properly paginate the query in the findAll repository …

added 3 commits that reference this issue on Jan 24, 2019

[Blazebit#729] Properly paginate the query in the findAll repository …

[Blazebit#729] Properly paginate the query in the findAll repository …

[Blazebit#729] Properly paginate the query in the findAll repository …

added a commit that references this issue on Feb 10, 2019

[Blazebit#729] Properly paginate the query in the findAll repository …

added 2 commits that reference this issue on Feb 19, 2019

[Blazebit#729] Properly paginate the query in the findAll repository …

[Blazebit#729] Properly paginate the query in the findAll repository …

added 2 commits that reference this issue on Feb 25, 2019

[#729] Properly paginate the query in the findAll repository method f…

[Blazebit#729] Properly paginate the query in the findAll repository …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Repository method findAll(int start, int max) for entity type doesn't properly paginate · Issue #729 · Blazebit/blaze-persistence