Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created July 5, 2016 14:30
Show Gist options
  • Save cosbor11/67520157352532c1491eb7ec5405a699 to your computer and use it in GitHub Desktop.
Save cosbor11/67520157352532c1491eb7ec5405a699 to your computer and use it in GitHub Desktop.
Create a delete query and critiera
final QueryCriteria criteria = new QueryCriteria("active", QueryCriteriaOperator.EQUAL, false);
final Query query = new Query(Player.class, criteria);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment