Uses of Package
org.hibernate.context.spi
-
Packages that use org.hibernate.context.spi Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.context.spi SPI-level contracts around "current session" and "current tenant" support.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
Classes in org.hibernate.context.spi used by org.hibernate.boot Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.boot.spi Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.cfg Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.context.spi Class Description CurrentSessionContext Defines the contract for objects which are able to manage the lifecycle of aSessionassociated with a well-defined "context" or "scope", providing the concrete implementation behind the notion of the current session. -
Classes in org.hibernate.context.spi used by org.hibernate.engine.spi Class Description CurrentTenantIdentifierResolver A callback registered with theSessionFactorythat is responsible for resolving the current tenant identifier.