Uses of Interface
org.hibernate.boot.registry.BootstrapServiceRegistry
-
Packages that use BootstrapServiceRegistry Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.cfg -
-
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, 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.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 BootstrapServiceRegistry Constructor Description Configuration(BootstrapServiceRegistry serviceRegistry)Create a new instance, using the givenBootstrapServiceRegistryand a newly instantiatedMetadataSources.
-