Uses of Interface
org.hibernate.context.spi.CurrentSessionContext
Package
Description
Internal implementations and support around "current session" handling.
SPI-level contracts around "current session" and "current tenant" support.
-
Uses of CurrentSessionContext in org.hibernate.context.internal
Modifier and TypeClassDescriptionclass
An implementation ofCurrentSessionContext
which scopes the notion of a current session to a JTA transaction.class
Represents aCurrentSessionContext
the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).class
ACurrentSessionContext
impl which scopes the notion of current session by the current thread of execution. -
Uses of CurrentSessionContext in org.hibernate.context.spi