Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created September 27, 2015 05:17
Show Gist options
  • Select an option

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

Select an option

Save cosbor11/342a568e01769bbb028a to your computer and use it in GitHub Desktop.
onyx verify entity saved
Person retrievedPerson = (Person) manager.findById(Person.class, savedPerson.getId());
System.out.println("Person " + retrievedPerson.getId() + " saved successfully");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment