Uses of Package
org.hibernate.boot.registry
Packages that use org.hibernate.boot.registry
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Defines service registry contracts a program may use for
configuring Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
SPI-level contracts around "current session" and "current tenant" support.
Defines an SPI for integration with CDI-like containers.
Defines a framework for pluggable services,
allowing for customization of key components of Hibernate, and abstraction of these
components as SPI interfaces.
Defines an SPI for integrating pluggable services.
This package contains the integration classes to hook into Hibernate ORM.
-
Classes in org.hibernate.boot.registry used by org.hibernate.boot
-
Classes in org.hibernate.boot.registry used by org.hibernate.boot.registryClassDescriptionProvides the most basic services such as class loading.Builder for
BootstrapServiceRegistry
instances.Contract for an initiator of services that target the standardServiceRegistry
.Specialization of theServiceRegistry
contract mainly for type safety.Builder for standardServiceRegistry
instances. -
Classes in org.hibernate.boot.registry used by org.hibernate.boot.spi
-
Classes in org.hibernate.boot.registry used by org.hibernate.cfgClassDescriptionProvides the most basic services such as class loading.Builder for standard
ServiceRegistry
instances. -
Classes in org.hibernate.boot.registry used by org.hibernate.context.spi
-
Classes in org.hibernate.boot.registry used by org.hibernate.resource.beans.spi
-
Classes in org.hibernate.boot.registry used by org.hibernate.service
-
Classes in org.hibernate.boot.registry used by org.hibernate.service.spi
-
Classes in org.hibernate.boot.registry used by org.hibernate.spatial.integration