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

Implement Paging for DAO SPI implemenation #129

Closed
ridoo opened this issue Oct 29, 2015 · 3 comments · Fixed by #390
Closed

Implement Paging for DAO SPI implemenation #129

ridoo opened this issue Oct 29, 2015 · 3 comments · Fixed by #390
Assignees
Milestone

Comments

@ridoo
Copy link
Member

ridoo commented Oct 29, 2015

Database paging via Hibernate API. Actual mechanism (multiple mechanism possible) has to be determined.

Use a Paginated object to hold page info and add it to the actual output.

Revise Paging section in documentation. Have a look at serving partial content via Content-Range and decide to use it (or not).

@ridoo ridoo changed the title Implement Paging Implement Paging for DAO SPI implemenation Oct 29, 2015
@nuest
Copy link

nuest commented Oct 29, 2015

@autermann often pointed out the lack of paging and might be able to provide some insight or ideas.

@CarstenHollmann
Copy link

To ensure no objects are returned twice the ORDER BY statemente must be added to the db queries because the dbms does not guarantee the same result order if the request is executed again.

@autermann autermann added this to the v2.0.0 milestone Apr 21, 2017
@ridoo
Copy link
Member Author

ridoo commented May 22, 2017

@SpeckiJ is there any update on this? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants