Created
July 13, 2016 03:01
-
-
Save cosbor11/27153f8111e1ae3ed89db680b6e79278 to your computer and use it in GitHub Desktop.
Define a query designed to retrieve all accounts.
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
final Query accountQuery = new Query(Account.class, new QueryCriteria("accountId", QueryCriteriaOperator.NOT_NULL)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment