Uses of Class
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Packages that use BootstrapServiceRegistryBuilder Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.testing.junit4 org.hibernate.testing.orm.junit -
-
Uses of BootstrapServiceRegistryBuilder in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return BootstrapServiceRegistryBuilder Modifier and Type Method Description BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyClassLoader(ClassLoader classLoader)Adds a providedClassLoaderfor use in classloading and resource lookup.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyClassLoaderService(ClassLoaderService classLoaderService)Adds a providedClassLoaderServicefor use in classloading and resource lookup.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyIntegrator(Integrator integrator)Add anIntegratorto be applied to the bootstrap registry.<T> BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyStrategySelector(Class<T> strategy, String name, Class<? extends T> implementation)Applies a named strategy implementation to the bootstrap registry.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. applyStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)Applies one or more strategy selectors announced as available by the passed announcer.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. disableAutoClose()By default, when aServiceRegistryis no longer referenced by any other registries as a parent it will be closed.BootstrapServiceRegistryBuilderBootstrapServiceRegistryBuilder. enableAutoClose()See the discussion ondisableAutoClose(). -
Uses of BootstrapServiceRegistryBuilder in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 with parameters of type BootstrapServiceRegistryBuilder Modifier and Type Method Description protected voidBaseNonConfigCoreFunctionalTestCase. configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder bsrb)Apply any desired config to the BootstrapServiceRegistryBuilder to be incorporated into the built BootstrapServiceRegistryprotected voidBaseCoreFunctionalTestCase. prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder builder) -
Uses of BootstrapServiceRegistryBuilder in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type BootstrapServiceRegistryBuilder Modifier and Type Method Description voidBaseSessionFactoryFunctionalTest. prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder bsrb)voidServiceRegistryProducer. prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder bsrb)BootstrapServiceRegistryBootstrapServiceRegistryProducer. produceServiceRegistry(BootstrapServiceRegistryBuilder builder)
-