java - How to get a specific number of rows from database using JDO? -


i want 10 rows starting row 20. there way can accomplish using data nucleus jdo? using mysql backend.

as find in jdo documentation, it

select mydomain.myclass order this.id range 20,30 

Comments