Uses of Class
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Packages that use BootstrapServiceRegistryBuilder
-
Uses of BootstrapServiceRegistryBuilder in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return BootstrapServiceRegistryBuilderModifier and TypeMethodDescriptionBootstrapServiceRegistryBuilder.applyClassLoader
(ClassLoader classLoader) Adds a providedClassLoader
for use in classloading and resource lookup.BootstrapServiceRegistryBuilder.applyClassLoaderService
(ClassLoaderService classLoaderService) Adds a providedClassLoaderService
for use in classloading and resource lookup.BootstrapServiceRegistryBuilder.applyIntegrator
(Integrator integrator) Add anIntegrator
to be applied to the bootstrap registry.BootstrapServiceRegistryBuilder.applyStrategySelector
(Class<T> strategy, String name, Class<? extends T> implementation) Applies a named strategy implementation to the bootstrap registry.BootstrapServiceRegistryBuilder.applyStrategySelectors
(StrategyRegistrationProvider strategyRegistrationProvider) Applies one or more strategy selectors announced as available by the passed announcer.BootstrapServiceRegistryBuilder.disableAutoClose()
By default, when aServiceRegistry
is no longer referenced by any other registries as a parent it will be closed.BootstrapServiceRegistryBuilder.enableAutoClose()
See the discussion ondisableAutoClose()
. -
Uses of BootstrapServiceRegistryBuilder in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 with parameters of type BootstrapServiceRegistryBuilderModifier and TypeMethodDescriptionprotected void
BaseNonConfigCoreFunctionalTestCase.configureBootstrapServiceRegistryBuilder
(BootstrapServiceRegistryBuilder registryBuilder) Apply any desired config to the BootstrapServiceRegistryBuilder to be incorporated into the built BootstrapServiceRegistryprotected void
BaseCoreFunctionalTestCase.prepareBootstrapRegistryBuilder
(BootstrapServiceRegistryBuilder builder) -
Uses of BootstrapServiceRegistryBuilder in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type BootstrapServiceRegistryBuilderModifier and TypeMethodDescriptionvoid
BaseSessionFactoryFunctionalTest.prepareBootstrapRegistryBuilder
(BootstrapServiceRegistryBuilder bsrb) void
ServiceRegistryProducer.prepareBootstrapRegistryBuilder
(BootstrapServiceRegistryBuilder bsrb) BootstrapServiceRegistryProducer.produceServiceRegistry
(BootstrapServiceRegistryBuilder builder)