]
Brett Meyer closed ARTIF-642.
-----------------------------
Resolution: Out of Date
Artificer has switched to RDBMS/JPA persistence
Move pagination support to the JCR queries
------------------------------------------
Key: ARTIF-642
URL:
https://issues.jboss.org/browse/ARTIF-642
Project: Artificer
Issue Type: Enhancement
Reporter: Brett Meyer
Assignee: Brett Meyer
Pagination currently (naively) runs the entire query, then pages *in memory*. Instead,
add the pagination params to the JCR query itself. Will also need to introduce the
ability to query for count(), *without* pagination, in order to return a total #.