Uses of Interface
org.hibernate.context.spi.CurrentSessionContext
-
Packages that use CurrentSessionContext Package Description org.hibernate.context.internal Internal implementations and support around "current session" handling.org.hibernate.context.spi SPI-level contracts around "current session" and "current tenant" support. -
-
Uses of CurrentSessionContext in org.hibernate.context.internal
Classes in org.hibernate.context.internal that implement CurrentSessionContext Modifier and Type Class Description classJTASessionContextAn implementation ofCurrentSessionContextwhich scopes the notion of a current session to a JTA transaction.classManagedSessionContextRepresents aCurrentSessionContextthe notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).classThreadLocalSessionContextACurrentSessionContextimpl which scopes the notion of current session by the current thread of execution. -
Uses of CurrentSessionContext in org.hibernate.context.spi
Classes in org.hibernate.context.spi that implement CurrentSessionContext Modifier and Type Class Description classAbstractCurrentSessionContextBase support forCurrentSessionContextimplementors.
-