Uses of Package
org.hibernate.context.spi
Packages that use org.hibernate.context.spi
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
Internal implementations and support around "current session" handling.
SPI-level contracts around "current session" and "current tenant" support.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Validation for HQL queries.
-
Classes in org.hibernate.context.spi used by org.hibernate.bootClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.boot.internalClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.boot.spiClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.cfgClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.context.internalClassDescriptionBase support for
CurrentSessionContext
implementors.Defines the contract for objects which are able to manage the lifecycle of aSession
associated 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.context.spiClassDescriptionDefines the contract for objects which are able to manage the lifecycle of a
Session
associated 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.spiClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.internalClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier. -
Classes in org.hibernate.context.spi used by org.hibernate.processor.validationClassDescriptionA callback registered with the
SessionFactory
that is responsible for resolving the current tenant identifier.