Package io.micronaut.transaction.hibernate5
-
Class Summary Class Description FlushSynchronization Simple synchronization adapter that propagates aflush()
call to the underlying Hibernate Session.HibernateTransactionManager SynchronousTransactionManager
implementation for a single HibernateSessionFactory
.MicronautSessionContext Implementation of Hibernate 3.1'sCurrentSessionContext
interface that delegates toSessionFactoryUtils
for providing a currentSession
.SessionFactoryUtils Helper class featuring methods for Hibernate Session handling.SessionHolder Resource holder wrapping a HibernateSession
(plus an optionalTransaction
).SessionSynchronization Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.