Uses of Interface
org.hibernate.boot.registry.BootstrapServiceRegistry
-
Packages that use BootstrapServiceRegistry Package Description org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xmlfiles.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.jpa.boot.internal org.hibernate.service.internal Implementation of the SPI for integrating pluggable services.org.hibernate.testing.boot org.hibernate.testing.junit4 org.hibernate.testing.orm.junit org.hibernate.testing.util -
-
Uses of BootstrapServiceRegistry in org.hibernate.boot.cfgxml.internal
Constructors in org.hibernate.boot.cfgxml.internal with parameters of type BootstrapServiceRegistry Constructor Description ConfigLoader(BootstrapServiceRegistry bootstrapServiceRegistry) -
Uses of BootstrapServiceRegistry in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return BootstrapServiceRegistry Modifier and Type Method Description BootstrapServiceRegistryBootstrapServiceRegistryBuilder. build()Build the bootstrap registry.BootstrapServiceRegistryStandardServiceRegistryBuilder. getBootstrapServiceRegistry()Methods in org.hibernate.boot.registry with parameters of type BootstrapServiceRegistry Modifier and Type Method Description static StandardServiceRegistryBuilderStandardServiceRegistryBuilder. forJpa(BootstrapServiceRegistry bootstrapServiceRegistry)Creates aStandardServiceRegistryBuilderspecific to the needs of bootstrapping JPA.Constructors in org.hibernate.boot.registry with parameters of type BootstrapServiceRegistry Constructor Description StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry)Create a builder with the specified bootstrap services.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.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 BootstrapServiceRegistry Modifier and Type Class Description classBootstrapServiceRegistryImplServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceStrategySelectorMethods in org.hibernate.boot.registry.internal with parameters of type BootstrapServiceRegistry Modifier and Type Method Description static StandardServiceRegistryImplStandardServiceRegistryImpl. create(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)Constructs a StandardServiceRegistryImpl.static StandardServiceRegistryImplStandardServiceRegistryImpl. create(BootstrapServiceRegistry bootstrapServiceRegistry, List<StandardServiceInitiator<?>> serviceInitiators, List<ProvidedService<?>> providedServices, Map<String,Object> configurationValues)Constructs a StandardServiceRegistryImpl.voidStandardServiceRegistryImpl. 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 BootstrapServiceRegistry Constructor Description 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 BootstrapServiceRegistry Constructor Description Configuration(BootstrapServiceRegistry serviceRegistry)Create a new instance, using the givenBootstrapServiceRegistryand a newly instantiatedMetadataSources. -
Uses of BootstrapServiceRegistry in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal with parameters of type BootstrapServiceRegistry Modifier and Type Method Description protected StandardServiceRegistryBuilderEntityManagerFactoryBuilderImpl. 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 BootstrapServiceRegistry Modifier and Type Method Description voidAbstractServiceRegistryImpl. resetParent(@Nullable BootstrapServiceRegistry newParent)Not intended for general use.Constructors in org.hibernate.service.internal with parameters of type BootstrapServiceRegistry Constructor Description AbstractServiceRegistryImpl(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 BootstrapServiceRegistry Modifier and Type Method Description static ServiceRegistryTestingImplServiceRegistryTestingImpl. 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 BootstrapServiceRegistry Modifier and Type Method Description protected BootstrapServiceRegistryBaseCoreFunctionalTestCase. buildBootstrapServiceRegistry()Methods in org.hibernate.testing.junit4 with parameters of type BootstrapServiceRegistry Modifier and Type Method Description protected voidBaseNonConfigCoreFunctionalTestCase. afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry bsr)Hook to allow tests to use the BootstrapServiceRegistry if they wishprotected StandardServiceRegistryImplBaseCoreFunctionalTestCase. buildServiceRegistry(BootstrapServiceRegistry bootRegistry, Configuration configuration)protected ConfigurationBaseCoreFunctionalTestCase. constructAndConfigureConfiguration(BootstrapServiceRegistry bootstrapServiceRegistry)protected ConfigurationBaseCoreFunctionalTestCase. constructConfiguration(BootstrapServiceRegistry bootstrapServiceRegistry) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return BootstrapServiceRegistry Modifier and Type Method Description BootstrapServiceRegistryBootstrapServiceRegistryProducer. produceServiceRegistry(BootstrapServiceRegistryBuilder builder) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.util
Methods in org.hibernate.testing.util with parameters of type BootstrapServiceRegistry Modifier and Type Method Description static StandardServiceRegistryBuilderServiceRegistryUtil. serviceRegistryBuilder(BootstrapServiceRegistry bsr)
-