Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created July 13, 2016 03:01
Show Gist options
  • Save cosbor11/27153f8111e1ae3ed89db680b6e79278 to your computer and use it in GitHub Desktop.
Save cosbor11/27153f8111e1ae3ed89db680b6e79278 to your computer and use it in GitHub Desktop.
Define a query designed to retrieve all accounts.
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