|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.service.BootstrapServiceRegistryBuilder
public class BootstrapServiceRegistryBuilder
Builder for bootstrap ServiceRegistry instances.
BootstrapServiceRegistryImpl,
ServiceRegistryBuilder.ServiceRegistryBuilder(BootstrapServiceRegistry)| Constructor Summary | |
|---|---|
BootstrapServiceRegistryBuilder()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapServiceRegistryBuilder()
| Method Detail |
|---|
public BootstrapServiceRegistryBuilder with(Integrator integrator)
Integrator to be applied to the bootstrap registry.
integrator - The integrator to add.
this, for method chaining@Deprecated public BootstrapServiceRegistryBuilder withApplicationClassLoader(ClassLoader classLoader)
with(ClassLoader) instead
ClassLoader as the application class loader for the bootstrap registry
classLoader - The class loader to use
this, for method chainingpublic BootstrapServiceRegistryBuilder with(ClassLoader classLoader)
ClassLoader for use in class-loading and resource-lookup
classLoader - The class loader to use
this, for method chainingpublic BootstrapServiceRegistryBuilder with(ClassLoaderService classLoaderService)
ClassLoaderService for use in class-loading and resource-lookup
classLoaderService - The class loader to use
this, for method chaining@Deprecated public BootstrapServiceRegistryBuilder withResourceClassLoader(ClassLoader classLoader)
with(ClassLoader) instead
ClassLoader as the resource class loader for the bootstrap registry
classLoader - The class loader to use
this, for method chaining@Deprecated public BootstrapServiceRegistryBuilder withHibernateClassLoader(ClassLoader classLoader)
with(ClassLoader) instead
ClassLoader as the Hibernate class loader for the bootstrap registry
classLoader - The class loader to use
this, for method chaining@Deprecated public BootstrapServiceRegistryBuilder withEnvironmentClassLoader(ClassLoader classLoader)
with(ClassLoader) instead
ClassLoader as the environment (or system) class loader for the bootstrap registry
classLoader - The class loader to use
this, for method chainingpublic BootstrapServiceRegistryBuilder disableAutoClose()
public BootstrapServiceRegistryBuilder enableAutoClose()
disableAutoClose(). This method enables
the auto-closing.
public BootstrapServiceRegistry build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||