Uses of Package
org.hibernate.context.spi
-
Packages that use org.hibernate.context.spi Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate.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.org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
Classes in org.hibernate.context.spi used by org.hibernate.boot Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactory
that is responsible for resolving the current tenant identifier for use withCurrentSessionContext
andSessionFactory.getCurrentSession()
. -
Classes in org.hibernate.context.spi used by org.hibernate.boot.internal Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactory
that is responsible for resolving the current tenant identifier for use withCurrentSessionContext
andSessionFactory.getCurrentSession()
. -
Classes in org.hibernate.context.spi used by org.hibernate.boot.spi Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactory
that is responsible for resolving the current tenant identifier for use withCurrentSessionContext
andSessionFactory.getCurrentSession()
. -
Classes in org.hibernate.context.spi used by org.hibernate.cfg Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactory
that is responsible for resolving the current tenant identifier for use withCurrentSessionContext
andSessionFactory.getCurrentSession()
. -
Classes in org.hibernate.context.spi used by org.hibernate.context.internal Class Description AbstractCurrentSessionContext Base support forCurrentSessionContext
implementors.CurrentSessionContext Defines the contract for implementations which know how to scope the notion of acurrent session
. -
Classes in org.hibernate.context.spi used by org.hibernate.context.spi Class Description CurrentSessionContext Defines the contract for implementations which know how to scope the notion of acurrent session
. -
Classes in org.hibernate.context.spi used by org.hibernate.engine.spi Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactory
that is responsible for resolving the current tenant identifier for use withCurrentSessionContext
andSessionFactory.getCurrentSession()
. -
Classes in org.hibernate.context.spi used by org.hibernate.internal Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactory
that is responsible for resolving the current tenant identifier for use withCurrentSessionContext
andSessionFactory.getCurrentSession()
.