Package | Description |
---|---|
org.hibernate.boot.cfgxml.spi | |
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
Modifier and Type | Method and Description |
---|---|
static LoadedConfig |
LoadedConfig.baseline() |
static LoadedConfig |
LoadedConfig.consume(JaxbCfgHibernateConfiguration jaxbCfg)
Consumes the JAXB representation of a
cfg.xml file and builds the
LoadedConfig representation. |
LoadedConfig |
CfgXmlAccessService.getAggregatedConfig() |
Modifier and Type | Method and Description |
---|---|
void |
LoadedConfig.merge(LoadedConfig incoming)
Merge information from loaded a
cfg.xml represented by the incoming parameter
into this LoadedConfig representation |
Modifier and Type | Method and Description |
---|---|
LoadedConfig |
StandardServiceRegistryBuilder.getAggregatedCfgXml()
Intended for internal testing use only!!
|
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistryBuilder |
StandardServiceRegistryBuilder.configure(LoadedConfig loadedConfig) |
Constructor and Description |
---|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
LoadedConfig loadedConfigBaseline)
Create a builder with the specified bootstrap services.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
Map settings,
org.hibernate.boot.cfgxml.internal.ConfigLoader loader,
LoadedConfig loadedConfig,
List<StandardServiceInitiator> initiators)
Intended for use exclusively from Quarkus boot-strapping, or extensions of
this class which need to override the standard ServiceInitiator list.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
Map settings,
LoadedConfig loadedConfig)
Intended for use exclusively from JPA boot-strapping, or extensions of
this class.
|
StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry,
Map settings,
LoadedConfig loadedConfig,
List<StandardServiceInitiator> initiators)
Deprecated.
Quarkus will switch to use
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, ConfigLoader, LoadedConfig, List) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.