Created
July 14, 2016 15:09
-
-
Save cosbor11/7a9242a04f4bdae3b032120fcb9129a8 to your computer and use it in GitHub Desktop.
Set the firstRow and maxResults to Implement Paging
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(0); | |
query.setMaxResults(10); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment