Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created September 4, 2015 23:38
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 kevinhooke/44b951537037954492c0 to your computer and use it in GitHub Desktop.
Save kevinhooke/44b951537037954492c0 to your computer and use it in GitHub Desktop.
Hibernate Session from Entity Manager
Session s = (Session)em.getDelegate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment