Uses of Class
org.hibernate.context.spi.AbstractCurrentSessionContext
-
Packages that use AbstractCurrentSessionContext Package Description org.hibernate.context.internal Internal implementations and support around "current session" handling. -
-
Uses of AbstractCurrentSessionContext in org.hibernate.context.internal
Subclasses of AbstractCurrentSessionContext in org.hibernate.context.internal Modifier and Type Class Description class
JTASessionContext
An implementation ofCurrentSessionContext
which scopes the notion of a current session to a JTA transaction.class
ManagedSessionContext
Represents aCurrentSessionContext
the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).class
ThreadLocalSessionContext
ACurrentSessionContext
impl which scopes the notion of current session by the current thread of execution.
-