Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created September 28, 2015 02:15
Show Gist options
  • Select an option

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

Select an option

Save cosbor11/f71bd8a79377dd303ab8 to your computer and use it in GitHub Desktop.
onyx findById deleted entity
Person deletedPerson = (Person) manager.findById(Person.class, savedPerson.getId());
if(deletedPerson == null){
System.out.println("Entity was deleted sucessfully");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment