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 |
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.