Created
July 14, 2016 15:19
-
-
Save cosbor11/097b2fbd1368de631fd4b44f3ba2c4f5 to your computer and use it in GitHub Desktop.
Set the firstRow and maxResults to retrieve the second page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query.setFirstRow(query.getFirstRow() + query.getMaxResults()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment