| Package | Description |
|---|---|
| org.hibernate.service | |
| org.hibernate.service.internal | |
| org.hibernate.testing.junit4 |
| Modifier and Type | Method and Description |
|---|---|
BootstrapServiceRegistry |
BootstrapServiceRegistryBuilder.build()
Build the bootstrap registry.
|
| Constructor and Description |
|---|
ServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry)
Create a builder with the specified bootstrap services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapServiceRegistryImpl
ServiceRegistry implementation containing specialized "bootstrap" services, specifically:
ClassLoaderService
IntegratorService
|
| Constructor and Description |
|---|
AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry) |
StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry,
List<BasicServiceInitiator> serviceInitiators,
List<ProvidedService> providedServices,
Map<?,?> configurationValues) |
| Modifier and Type | Method and Description |
|---|---|
protected BootstrapServiceRegistry |
BaseCoreFunctionalTestCase.generateBootstrapRegistry(Properties properties) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.