Package | Description |
---|---|
org.hibernate.service | |
org.hibernate.service.internal |
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) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.