Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.service | |
org.hibernate.testing.junit4 |
Modifier and Type | Method and Description |
---|---|
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 on
disableAutoClose() . |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(ClassLoader classLoader)
Adds a provided
ClassLoader for use in class-loading and resource-lookup. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(ClassLoaderService classLoaderService)
Adds a provided
ClassLoaderService for use in class-loading and resource-lookup. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.with(Integrator integrator)
Add an
Integrator to be applied to the bootstrap registry. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withApplicationClassLoader(ClassLoader classLoader)
Deprecated.
Use
with(ClassLoader) instead |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withEnvironmentClassLoader(ClassLoader classLoader)
Deprecated.
Use
with(ClassLoader) instead |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withHibernateClassLoader(ClassLoader classLoader)
Deprecated.
Use
with(ClassLoader) instead |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withResourceClassLoader(ClassLoader classLoader)
Deprecated.
Use
with(ClassLoader) instead |
<T> BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withStrategySelector(Class<T> strategy,
String name,
Class<? extends T> implementation)
Applies a named strategy implementation to the bootstrap registry.
|
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withStrategySelectors(StrategyRegistrationProvider strategyRegistrationProvider)
Applies one or more strategy selectors announced as available by the passed announcer.
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrapServiceRegistryBuilder
Deprecated.
Use
BootstrapServiceRegistryBuilder instead |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCoreFunctionalTestCase.prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder builder) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.