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 org.hibernate.testing.boot org.hibernate.testing.junit4 org.hibernate.testing.orm.junit -
-
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)Intended only for use fromEntityManagerFactoryBuilderImpl.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, java.util.Map settings, org.hibernate.boot.cfgxml.internal.ConfigLoader loader, LoadedConfig loadedConfig, java.util.List<StandardServiceInitiator> initiators)Intended for use exclusively from Quarkus boot-strapping, or extensions of this class which need to override the standard ServiceInitiator list.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, java.util.Map settings, LoadedConfig loadedConfig)Intended for use exclusively from JPA boot-strapping, or extensions of this class.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, java.util.Map settings, LoadedConfig loadedConfig, java.util.List<StandardServiceInitiator> initiators)Deprecated.Quarkus will switch to useStandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, ConfigLoader, LoadedConfig, List)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) -
Uses of BootstrapServiceRegistry in org.hibernate.testing.boot
Constructors in org.hibernate.testing.boot with parameters of type BootstrapServiceRegistry Constructor Description ServiceRegistryTestingImpl(boolean autoCloseRegistry, BootstrapServiceRegistry bootstrapServiceRegistry, java.util.List<StandardServiceInitiator> serviceInitiators, java.util.List<org.hibernate.service.internal.ProvidedService> providedServices, java.util.Map<?,?> 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 org.hibernate.boot.registry.internal.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)
-