Created
July 12, 2016 15:42
-
-
Save cosbor11/aca98573db99f5fc21060a3a566c81d3 to your computer and use it in GitHub Desktop.
Invoke executeUpdate
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 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