Uses of Interface
org.hibernate.boot.registry.BootstrapServiceRegistry
Packages that use BootstrapServiceRegistry
Package
Description
Implementation of the service for processing and handling
cfg.xml
files.Defines service registry contracts a program may use for
configuring Hibernate.
The internals for building service registries.
This package defines APIs for configuring Hibernate.
Implementation of the SPI for integrating pluggable services.
-
Uses of BootstrapServiceRegistry in org.hibernate.boot.cfgxml.internal
Constructors in org.hibernate.boot.cfgxml.internal with parameters of type BootstrapServiceRegistry -
Uses of BootstrapServiceRegistry in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return BootstrapServiceRegistryModifier and TypeMethodDescriptionBootstrapServiceRegistryBuilder.build()
Build the bootstrap registry.StandardServiceRegistryBuilder.getBootstrapServiceRegistry()
Methods in org.hibernate.boot.registry with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionStandardServiceRegistryBuilder.forJpa
(BootstrapServiceRegistry bootstrapServiceRegistry) Creates aStandardServiceRegistryBuilder
specific to the needs of bootstrapping JPA.Constructors in org.hibernate.boot.registry with parameters of type BootstrapServiceRegistryModifierConstructorDescriptionStandardServiceRegistryBuilder
(BootstrapServiceRegistry bootstrapServiceRegistry) Create a builder with the specified bootstrap services.protected
StandardServiceRegistryBuilder
(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String, Object> settings, ConfigLoader loader, LoadedConfig loadedConfig, List<StandardServiceInitiator<?>> initiators) Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list.protected
StandardServiceRegistryBuilder
(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String, Object> settings, LoadedConfig loadedConfig) Intended for use exclusively from JPA bootstrapping, or extensions of this class.StandardServiceRegistryBuilder
(BootstrapServiceRegistry bootstrapServiceRegistry, LoadedConfig loadedConfigBaseline) Create a builder with the specified bootstrap services. -
Uses of BootstrapServiceRegistry in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.internal that implement BootstrapServiceRegistryModifier and TypeClassDescriptionclass
ServiceRegistry
implementation containing specialized "bootstrap" services, specifically:ClassLoaderService
IntegratorService
StrategySelector
Methods in org.hibernate.boot.registry.internal with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionstatic StandardServiceRegistryImpl
StandardServiceRegistryImpl.create
(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) Constructs a StandardServiceRegistryImpl.static StandardServiceRegistryImpl
StandardServiceRegistryImpl.create
(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) Constructs a StandardServiceRegistryImpl.void
StandardServiceRegistryImpl.resetAndReactivate
(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<?, ?> configurationValues) Not intended for general use.Constructors in org.hibernate.boot.registry.internal with parameters of type BootstrapServiceRegistryModifierConstructorDescriptionprotected
StandardServiceRegistryImpl
(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, Map<String, Object> configurationValues) -
Uses of BootstrapServiceRegistry in org.hibernate.cfg
Constructors in org.hibernate.cfg with parameters of type BootstrapServiceRegistryModifierConstructorDescriptionConfiguration
(BootstrapServiceRegistry serviceRegistry) Create a new instance, using the givenBootstrapServiceRegistry
and a newly instantiatedMetadataSources
. -
Uses of BootstrapServiceRegistry in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionprotected StandardServiceRegistryBuilder
EntityManagerFactoryBuilderImpl.getStandardServiceRegistryBuilder
(BootstrapServiceRegistry bsr) Extension point for subclasses. -
Uses of BootstrapServiceRegistry in org.hibernate.service.internal
Methods in org.hibernate.service.internal with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionvoid
AbstractServiceRegistryImpl.resetParent
(@Nullable BootstrapServiceRegistry newParent) Not intended for general use.Constructors in org.hibernate.service.internal with parameters of type BootstrapServiceRegistryModifierConstructorDescriptionAbstractServiceRegistryImpl
(BootstrapServiceRegistry bootstrapServiceRegistry) AbstractServiceRegistryImpl
(BootstrapServiceRegistry bootstrapServiceRegistry, boolean autoCloseRegistry) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionstatic ServiceRegistryTestingImpl
ServiceRegistryTestingImpl.create
(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String, Object> configurationValues) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 that return BootstrapServiceRegistryModifier and TypeMethodDescriptionprotected BootstrapServiceRegistry
BaseCoreFunctionalTestCase.buildBootstrapServiceRegistry()
Methods in org.hibernate.testing.junit4 with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionprotected void
BaseNonConfigCoreFunctionalTestCase.afterBootstrapServiceRegistryBuilt
(BootstrapServiceRegistry bootstrapServiceRegistry) Hook to allow tests to use the BootstrapServiceRegistry if they wishprotected StandardServiceRegistryImpl
BaseCoreFunctionalTestCase.buildServiceRegistry
(BootstrapServiceRegistry bootRegistry, Configuration configuration) protected Configuration
BaseCoreFunctionalTestCase.constructAndConfigureConfiguration
(BootstrapServiceRegistry bootstrapServiceRegistry) protected Configuration
BaseCoreFunctionalTestCase.constructConfiguration
(BootstrapServiceRegistry bootstrapServiceRegistry) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return BootstrapServiceRegistryModifier and TypeMethodDescriptionBootstrapServiceRegistryProducer.produceServiceRegistry
(BootstrapServiceRegistryBuilder builder) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.util
Methods in org.hibernate.testing.util with parameters of type BootstrapServiceRegistryModifier and TypeMethodDescriptionServiceRegistryUtil.serviceRegistryBuilder
(BootstrapServiceRegistry bsr)