All Classes and Interfaces
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 EntityManager
to the current request.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.