|
|||||||||
| Home >> All >> org >> hibernate >> [ context overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.hibernate.context
| Interface Summary | |
| CurrentSessionContext | Defines the contract for implementations which know how to scope the notion of a current session 55 . |
| Class Summary | |
| JTASessionContext | An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction. |
| JTASessionContext.CleanupSynch | JTA transaction synch used for cleanup of the internal session map. |
| ManagedSessionContext | Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc). |
| ThreadLocalSessionContext | A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution. |
| ThreadLocalSessionContext.CleanupSynch | JTA transaction synch used for cleanup of the internal session map. |
|
|||||||||
| Home >> All >> org >> hibernate >> [ context overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||