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()
.