Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hibernate.context Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| AbstractCurrentSessionContext | Base support for CurrentSessionContext implementors. | Class | org.hibernate.context.spi | Hibernate ORM |
|
| CurrentSessionContext | Defines the contract for implementations which know how to scope the notion of a current session. | Interface | org.hibernate.context.spi | Hibernate ORM |
|
| CurrentTenantIdentifierResolver | A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier for use with CurrentSessionContext and | Interface | org.hibernate.context.spi | Hibernate ORM |
|
| JTASessionContext | An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction. | Class | org.hibernate.context.internal | Hibernate ORM |
|
| JTASessionContext .CleanupSynch | JTA transaction synch used for cleanup of the internal session map. | Class | org.hibernate.context.internal.JTASessionContext | Hibernate ORM |
|
| ManagedSessionContext | Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc). | Class | org.hibernate.context.internal | Hibernate ORM |
|
| TenantIdentifierMismatchException | Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver. | Class | org.hibernate.context | Hibernate ORM |
|
| ThreadLocalSessionContext | A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution. | Class | org.hibernate.context.internal | Hibernate ORM |
|
| ThreadLocalSessionContext .CleanupSynch | JTA transaction synch used for cleanup of the internal session map. | Class | org.hibernate.context.internal.ThreadLocalSessionContext | Hibernate ORM |