Uses of Interface
org.hibernate.service.BootstrapServiceRegistry

Packages that use BootstrapServiceRegistry
org.hibernate.service   
org.hibernate.service.internal   
org.hibernate.testing.junit4   
 

Uses of BootstrapServiceRegistry in org.hibernate.service
 

Methods in org.hibernate.service that return BootstrapServiceRegistry
 BootstrapServiceRegistry BootstrapServiceRegistryBuilder.build()
          Build the bootstrap registry.
 

Constructors in org.hibernate.service with parameters of type BootstrapServiceRegistry
ServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry)
          Create a builder with the specified bootstrap services.
 

Uses of BootstrapServiceRegistry in org.hibernate.service.internal
 

Classes in org.hibernate.service.internal that implement BootstrapServiceRegistry
 class BootstrapServiceRegistryImpl
          ServiceRegistry implementation containing specialized "bootstrap" services, specifically: ClassLoaderService IntegratorService
 

Constructors in org.hibernate.service.internal with parameters of type BootstrapServiceRegistry
AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry)
           
StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry, List<BasicServiceInitiator> serviceInitiators, List<ProvidedService> providedServices, Map<?,?> configurationValues)
           
 

Uses of BootstrapServiceRegistry in org.hibernate.testing.junit4
 

Methods in org.hibernate.testing.junit4 that return BootstrapServiceRegistry
protected  BootstrapServiceRegistry BaseCoreFunctionalTestCase.generateBootstrapRegistry(Properties properties)
           
 



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