Skip to content

Instantly share code, notes, and snippets.

@kubawieczorek
Created December 28, 2019 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kubawieczorek/ca2faddd6cb107eb726ebd23b8dcbdfa to your computer and use it in GitHub Desktop.
Save kubawieczorek/ca2faddd6cb107eb726ebd23b8dcbdfa to your computer and use it in GitHub Desktop.
Client client = new Client();
client.setName("newName");
client.setEmail("mail@test.com");
session.save(client);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment