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