Uses of Class
org.hibernate.service.BootstrapServiceRegistryBuilder

Packages that use BootstrapServiceRegistryBuilder
org.hibernate.ejb   
org.hibernate.service   
org.hibernate.testing.junit4   
 

Uses of BootstrapServiceRegistryBuilder in org.hibernate.ejb
 

Methods in org.hibernate.ejb with parameters of type BootstrapServiceRegistryBuilder
 EntityManagerFactory Ejb3Configuration.buildEntityManagerFactory(BootstrapServiceRegistryBuilder builder)
          Deprecated.  
 

Uses of BootstrapServiceRegistryBuilder in org.hibernate.service
 

Methods in org.hibernate.service that return BootstrapServiceRegistryBuilder
 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
 

Uses of BootstrapServiceRegistryBuilder in org.hibernate.testing.junit4
 

Methods in org.hibernate.testing.junit4 with parameters of type BootstrapServiceRegistryBuilder
protected  void BaseCoreFunctionalTestCase.prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder builder)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.