Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Last active December 15, 2015 22:59
Show Gist options
  • Save zbigniewTomczak/5336511 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/5336511 to your computer and use it in GitHub Desktop.
Get hibernate Session in JPA
org.hibernate.Session session = entityManager.unwrap( org.hibernate.Session.class );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment