Package org.hibernate.context.internal
Internal implementations and support around "current session" handling.
-
Class Summary Class Description JTASessionContext An implementation ofCurrentSessionContext
which scopes the notion of a current session to a JTA transaction.JTASessionContext.CleanupSync JTA transaction sync used for cleanup of the internal session map.ManagedSessionContext Represents aCurrentSessionContext
the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).ThreadLocalSessionContext ACurrentSessionContext
impl which scopes the notion of current session by the current thread of execution.ThreadLocalSessionContext.CleanupSync Transaction sync used for cleanup of the internal session map.