Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created July 14, 2016 15:09
Show Gist options
  • Save cosbor11/7a9242a04f4bdae3b032120fcb9129a8 to your computer and use it in GitHub Desktop.
Save cosbor11/7a9242a04f4bdae3b032120fcb9129a8 to your computer and use it in GitHub Desktop.
Set the firstRow and maxResults to Implement Paging
query.setFirstRow(0);
query.setMaxResults(10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment