Uses of Interface
org.hibernate.boot.registry.BootstrapServiceRegistry
Packages that use BootstrapServiceRegistry
Package
Description
Defines service registry contracts a program may use for
configuring Hibernate.
This package defines APIs for configuring Hibernate.
-
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, org.hibernate.boot.cfgxml.internal.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.cfg
Constructors in org.hibernate.cfg with parameters of type BootstrapServiceRegistryModifierConstructorDescriptionConfiguration
(BootstrapServiceRegistry serviceRegistry) Create a new instance, using the givenBootstrapServiceRegistry
and a newly instantiatedMetadataSources
.