| Package | Description | 
|---|---|
| org.hibernate.boot.registry.internal | 
 The internals for building service registries. 
 | 
| org.hibernate.boot.registry.selector.internal | 
 Internals for building StrategySelector 
 | 
| Constructor and Description | 
|---|
BootstrapServiceRegistryImpl(boolean autoCloseRegistry,
                            ClassLoaderService classLoaderService,
                            StrategySelector strategySelector,
                            IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl. 
 | 
BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService,
                            StrategySelector strategySelector,
                            IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StrategySelectorImpl
Standard implementation of the StrategySelector contract. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StrategySelector | 
StrategySelectorBuilder.buildSelector(ClassLoaderService classLoaderService)
Builds the selector. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.