Package io.jooby.hibernate


package io.jooby.hibernate
  • Class
    Description
    Allow to customize Hibernate bootstrap components.
    Hibernate ORM module: https://jooby.io/modules/hibernate.
    Allow to customize a Session before opening it.
    Attach Session and javax.persistence.EntityManager to the current request.
    Attaches a Session and EntityManager to the current request via SessionRequest.
    Allows you to open a JPA session on demand by acquiring an instance of a class implementing this interface via the service registry or DI.
    Allows committing or rolling back the current transaction, immediately beginning a new one.