| Package | Description | 
|---|---|
| org.hibernate.context.internal | 
 Internal implementations and support around "current session" handling. 
 | 
| org.hibernate.context.spi | 
 SPI level contracts around "current session" support. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JTASessionContext
An implementation of  
CurrentSessionContext which scopes the notion
 of a current session to a JTA transaction. | 
class  | 
ManagedSessionContext
Represents a  
CurrentSessionContext the notion of a contextual session
 is managed by some external entity (generally some form of interceptor, etc). | 
class  | 
ThreadLocalSessionContext
A  
CurrentSessionContext impl which scopes the notion of current
 session by the current thread of execution. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCurrentSessionContext
Base support for  
CurrentSessionContext implementors. | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.