Created
July 12, 2016 15:46
-
-
Save cosbor11/28faddc9cc38e7aafcee84c983b9891d to your computer and use it in GitHub Desktop.
Re-execute to confirm that entites were updated
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 List<Player> qbs = manager.executeQuery(query); | |
for (final Player qb : qbs) | |
{ | |
System.out.println(qb.getFirstName() + " " + qb.getLastName() + ": active=" + qb.getActive()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment