Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.service | |
org.hibernate.testing.junit4 |
Modifier and Type | Method and Description |
---|---|
javax.persistence.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(java.lang.ClassLoader classLoader)
Applies the specified
ClassLoader as the application class loader for the bootstrap registry |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withEnvironmentClassLoader(java.lang.ClassLoader classLoader)
Applies the specified
ClassLoader as the environment (or system) class loader for the bootstrap registry |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withHibernateClassLoader(java.lang.ClassLoader classLoader)
Applies the specified
ClassLoader as the Hibernate class loader for the bootstrap registry |
BootstrapServiceRegistryBuilder |
BootstrapServiceRegistryBuilder.withResourceClassLoader(java.lang.ClassLoader classLoader)
Applies the specified
ClassLoader as the resource class loader for the bootstrap registry |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCoreFunctionalTestCase.prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder builder) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.