Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hibernate 5 module #439

Closed
jknack opened this issue Jul 30, 2016 · 0 comments
Closed

hibernate 5 module #439

jknack opened this issue Jul 30, 2016 · 0 comments
Labels
Milestone

Comments

@jknack
Copy link
Member

jknack commented Jul 30, 2016

{
   use(
     new Hbm().classes(Beer.class)
   );

  get("/session", req -> {
     Session session = require(Session.class);
  });

  get("/em", req -> {
     EntityManager em = require(EntityManager.class);
  });
}
@jknack jknack added the feature label Jul 30, 2016
@jknack jknack added this to the 1.0.0.CR7 milestone Jul 30, 2016
@jknack jknack closed this as completed in c77c137 Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant