Package io.micronaut.transaction.hibernate6
package io.micronaut.transaction.hibernate6
-
ClassesClassDescriptionSimple synchronization adapter that propagates a
flush()
call to the underlying Hibernate Session.SynchronousTransactionManager
implementation for a single HibernateSessionFactory
.Implementation of Hibernate 3.1'sCurrentSessionContext
interface that delegates toSessionFactoryUtils
for providing a currentSession
.Helper class featuring methods for Hibernate Session handling.Resource holder wrapping a HibernateSession
(plus an optionalTransaction
).Callback for resource cleanup at the end of a Spring-managed transaction for a pre-bound Hibernate Session.