Class | Description |
---|---|
FlushSynchronization |
Simple synchronization adapter that propagates a
flush() call
to the underlying Hibernate Session. |
HibernateTransactionManager |
SynchronousTransactionManager
implementation for a single Hibernate SessionFactory . |
MicronautSessionContext |
Implementation of Hibernate 3.1's
CurrentSessionContext interface
that delegates to SessionFactoryUtils for providing a
current Session . |
SessionFactoryUtils |
Helper class featuring methods for Hibernate Session handling.
|
SessionHolder |
Resource holder wrapping a Hibernate
Session (plus an optional Transaction ). |
SessionSynchronization |
Callback for resource cleanup at the end of a Spring-managed transaction
for a pre-bound Hibernate Session.
|