Package | Description |
---|---|
org.hibernate.boot.cfgxml.internal | |
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.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.service.internal | |
org.hibernate.testing.boot | |
org.hibernate.testing.junit4 |
Constructor and Description |
---|
ConfigLoader(BootstrapServiceRegistry bootstrapServiceRegistry) |
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.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
LoadedConfig loadedConfigBaseline)
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
|
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.
|
Constructor and Description |
---|
Configuration(BootstrapServiceRegistry serviceRegistry) |
Constructor and Description |
---|
AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry) |
AbstractServiceRegistryImpl(BootstrapServiceRegistry bootstrapServiceRegistry,
boolean autoCloseRegistry) |
Constructor and Description |
---|
ServiceRegistryTestingImpl(boolean autoCloseRegistry,
BootstrapServiceRegistry bootstrapServiceRegistry,
List<StandardServiceInitiator> serviceInitiators,
List<ProvidedService> providedServices,
Map<?,?> configurationValues) |
Modifier and Type | Method and Description |
---|---|
protected BootstrapServiceRegistry |
BaseCoreFunctionalTestCase.buildBootstrapServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseNonConfigCoreFunctionalTestCase.afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry bsr)
Hook to allow tests to use the BootstrapServiceRegistry if they wish
|
protected StandardServiceRegistryImpl |
BaseCoreFunctionalTestCase.buildServiceRegistry(BootstrapServiceRegistry bootRegistry,
Configuration configuration) |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.