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.with(Integrator integrator)
Add an
Integrator to be applied to the bootstrap registry. |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withApplicationClassLoader(ClassLoader classLoader)
Applies the specified
ClassLoader as the application class loader for the bootstrap registry |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withEnvironmentClassLoader(ClassLoader classLoader)
Applies the specified
ClassLoader as the environment (or system) class loader for the bootstrap registry |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withHibernateClassLoader(ClassLoader classLoader)
Applies the specified
ClassLoader as the Hibernate class loader for the bootstrap registry |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withResourceClassLoader(ClassLoader classLoader)
Applies the specified
ClassLoader as the resource class loader for the bootstrap registry |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.