Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.context Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AbstractCurrentSessionContextBase support for CurrentSessionContext implementors.Classorg.hibernate.context.spiHibernate ORM
CurrentSessionContextDefines the contract for implementations which know how to scope the notion of a current session.Interfaceorg.hibernate.context.spiHibernate ORM
CurrentTenantIdentifierResolverA callback registered with the SessionFactory that is responsible for resolving the current tenant identifier for use with CurrentSessionContext andInterfaceorg.hibernate.context.spiHibernate ORM
JTASessionContextAn implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.Classorg.hibernate.context.internalHibernate ORM
JTASessionContext .CleanupSynchJTA transaction synch used for cleanup of the internal session map.Classorg.hibernate.context.internal.JTASessionContextHibernate ORM
ManagedSessionContextRepresents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).Classorg.hibernate.context.internalHibernate ORM
TenantIdentifierMismatchExceptionIndicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver.Classorg.hibernate.contextHibernate ORM
ThreadLocalSessionContextA CurrentSessionContext impl which scopes the notion of current session by the current thread of execution.Classorg.hibernate.context.internalHibernate ORM
ThreadLocalSessionContext .CleanupSynchJTA transaction synch used for cleanup of the internal session map.Classorg.hibernate.context.internal.ThreadLocalSessionContextHibernate ORM