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(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
 

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-2013 Red Hat, Inc. All Rights Reserved.