Created
October 16, 2015 06:14
-
-
Save cosbor11/edf7355ce086ad6fd0a7 to your computer and use it in GitHub Desktop.
onyx delete entities confirmation query
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
| 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