Skip to content
Snippets Groups Projects
Commit b5715632 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Move pagination from DB layer to controllers for cached queries

Requesting partial lists would interfere with Spring caching so
pagination is handled by the newly introduced PaginationListDecorator
in the controllers. This additionally allows to determine the total
count of items (independent from pagination parameters) which is not
possible with CouchDB.
parent 2307df9a
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment