Uses of Package
org.hibernate.boot.registry
-
Packages that use org.hibernate.boot.registry Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring 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.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.service Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.org.hibernate.service.spi Defines an SPI for integrating pluggable services. -
Classes in org.hibernate.boot.registry used by org.hibernate.boot Class Description StandardServiceRegistry Specialization of theServiceRegistrycontract mainly for type safety. -
Classes in org.hibernate.boot.registry used by org.hibernate.boot.registry Class Description BootstrapServiceRegistry Provides the most basic services such as class loading.BootstrapServiceRegistryBuilder Builder forBootstrapServiceRegistryinstances.StandardServiceInitiator Contract for an initiator of services that target the standardServiceRegistry.StandardServiceRegistry Specialization of theServiceRegistrycontract mainly for type safety.StandardServiceRegistryBuilder Builder for standardServiceRegistryinstances. -
Classes in org.hibernate.boot.registry used by org.hibernate.boot.spi Class Description StandardServiceRegistry Specialization of theServiceRegistrycontract mainly for type safety. -
Classes in org.hibernate.boot.registry used by org.hibernate.cfg Class Description BootstrapServiceRegistry Provides the most basic services such as class loading.StandardServiceRegistryBuilder Builder for standardServiceRegistryinstances. -
Classes in org.hibernate.boot.registry used by org.hibernate.resource.beans.spi Class Description StandardServiceInitiator Contract for an initiator of services that target the standardServiceRegistry. -
Classes in org.hibernate.boot.registry used by org.hibernate.service Class Description StandardServiceInitiator Contract for an initiator of services that target the standardServiceRegistry. -
Classes in org.hibernate.boot.registry used by org.hibernate.service.spi Class Description StandardServiceRegistryBuilder Builder for standardServiceRegistryinstances.