Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created July 12, 2016 15:42
Show Gist options
  • Save cosbor11/aca98573db99f5fc21060a3a566c81d3 to your computer and use it in GitHub Desktop.
Save cosbor11/aca98573db99f5fc21060a3a566c81d3 to your computer and use it in GitHub Desktop.
Invoke executeUpdate
final Query updateQuery = new Query(Player.class, compoundCriteria, updateActiveToFalse);
manager.executeUpdate(updateQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment