Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created October 16, 2015 06:14
Show Gist options
  • Select an option

  • Save cosbor11/edf7355ce086ad6fd0a7 to your computer and use it in GitHub Desktop.

Select an option

Save cosbor11/edf7355ce086ad6fd0a7 to your computer and use it in GitHub Desktop.
onyx delete entities confirmation query
Query query2 = new Query();
query2.setEntityType(RandomNumber.class);
List<RandomNumber> emptyList = manager.executeQuery(query2);
System.out.println(emptyList.size() + " random numbers exist after deletion");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment