Uses of Class
org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
-
Packages that use BootstrapServiceRegistryBuilder Package Description org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.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 BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyClassLoader(ClassLoader classLoader)
Adds a providedClassLoader
for use in class-loading and resource-lookup.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyClassLoaderService(ClassLoaderService classLoaderService)
Adds a providedClassLoaderService
for use in class-loading and resource-lookup.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyIntegrator(Integrator integrator)
Add anIntegrator
to be applied to the bootstrap registry.<T> BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyStrategySelector(Class<T> strategy, String name, Class<? extends T> implementation)
Applies a named strategy implementation to the bootstrap registry.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. applyStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)
Applies one or more strategy selectors announced as available by the passed announcer.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. disableAutoClose()
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.BootstrapServiceRegistryBuilder
BootstrapServiceRegistryBuilder. 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 void
BaseNonConfigCoreFunctionalTestCase. configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder bsrb)
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 BootstrapServiceRegistryBuilder Modifier and Type Method Description void
BaseSessionFactoryFunctionalTest. prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder bsrb)
void
ServiceRegistryProducer. prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder bsrb)
BootstrapServiceRegistry
BootstrapServiceRegistryProducer. produceServiceRegistry(BootstrapServiceRegistryBuilder builder)
-