Move query paging into the query itself
---------------------------------------
Key: ARTIF-693
URL:
https://issues.jboss.org/browse/ARTIF-693
Project: Artificer
Issue Type: Enhancement
Reporter: Brett Meyer
Assignee: Brett Meyer
Fix For: 1.1.0.Final, 1.0.0.Beta1
Due to JCR-SQL2's lack of paging support, paging was handled in-memory *after* the
query was run. For obvious performance reasons, re-architect the setup and move into the
query itself.