Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
objectstore-jdo-1.3.0, core-1.3.0
-
None
Description
Use the Isis applib QueryAbstract#getStart() and #getCount() and feed into JDO Query#setRange() method.
For a more pleasant API, extend QueryDefault with a new "withRange(...)" builder method so that don't need to overload the constructor.