Package | Description |
---|---|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.internal |
The internals for building service registries.
|
org.hibernate.service | |
org.hibernate.service.internal | |
org.hibernate.testing.junit4 |
Modifier and Type | Method and Description |
---|---|
BootstrapServiceRegistry |
BootstrapServiceRegistryBuilder.build()
Build the bootstrap registry.
|
BootstrapServiceRegistry |
StandardServiceRegistryBuilder.getBootstrapServiceRegistry() |
Constructor and Description |
---|
StandardServiceRegistryBuilder(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
StrategySelector
IMPL NOTE : Currently implements the deprecated BootstrapServiceRegistry contract
so that the registry returned from the builder works on the deprecated sense. |
Constructor and Description |
---|
StandardServiceRegistryImpl(boolean autoCloseRegistry,
BootstrapServiceRegistry bootstrapServiceRegistry,
List<StandardServiceInitiator> serviceInitiators,
List<ProvidedService> providedServices,
Map<?,?> configurationValues)
Constructs a StandardServiceRegistryImpl.
|
StandardServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry,
List<StandardServiceInitiator> serviceInitiators,
List<ProvidedService> providedServices,
Map<?,?> configurationValues)
Constructs a StandardServiceRegistryImpl.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BootstrapServiceRegistry
Deprecated.
Use
BootstrapServiceRegistry instead |
Constructor and Description |
---|
ConfigLoader(BootstrapServiceRegistry bootstrapServiceRegistry) |
Constructor and Description |
---|
AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry) |
AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry,
boolean autoCloseRegistry) |
Modifier and Type | Method and Description |
---|---|
protected BootstrapServiceRegistry |
BaseCoreFunctionalTestCase.buildBootstrapServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
protected StandardServiceRegistryImpl |
BaseCoreFunctionalTestCase.buildServiceRegistry(BootstrapServiceRegistry bootRegistry,
Configuration configuration) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.