Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created July 12, 2016 15:46
Show Gist options
  • Save cosbor11/28faddc9cc38e7aafcee84c983b9891d to your computer and use it in GitHub Desktop.
Save cosbor11/28faddc9cc38e7aafcee84c983b9891d to your computer and use it in GitHub Desktop.
Re-execute to confirm that entites were updated
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