Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.service |
Modifier and Type | Method and Description |
---|---|
EntityManagerFactory |
Ejb3Configuration.buildEntityManagerFactory(BootstrapServiceRegistryBuilder builder)
Deprecated.
|
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 |
Copyright © 2018 JBoss by Red Hat. All rights reserved.