Uses of Class
org.hibernate.boot.cfgxml.spi.LoadedConfig
Packages that use LoadedConfig
Package
Description
An SPI service for processing and handling
cfg.xml files.Defines service registry contracts a program may use for
configuring Hibernate.
-
Uses of LoadedConfig in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi that return LoadedConfigModifier and TypeMethodDescriptionstatic LoadedConfigLoadedConfig.baseline()static LoadedConfigLoadedConfig.consume(JaxbCfgHibernateConfiguration jaxbCfg) Consumes the JAXB representation of acfg.xmlfile and builds the LoadedConfig representation.CfgXmlAccessService.getAggregatedConfig()Methods in org.hibernate.boot.cfgxml.spi with parameters of type LoadedConfigModifier and TypeMethodDescriptionvoidLoadedConfig.merge(LoadedConfig incoming) Merge information from loaded acfg.xmlrepresented by the incoming parameter into this LoadedConfig representation -
Uses of LoadedConfig in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return LoadedConfigModifier and TypeMethodDescriptionStandardServiceRegistryBuilder.getAggregatedCfgXml()Intended for internal testing use only!!Methods in org.hibernate.boot.registry with parameters of type LoadedConfigModifier and TypeMethodDescriptionStandardServiceRegistryBuilder.configure(LoadedConfig loadedConfig) Constructors in org.hibernate.boot.registry with parameters of type LoadedConfigModifierConstructorDescriptionprotectedStandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String, Object> settings, org.hibernate.boot.cfgxml.internal.ConfigLoader loader, LoadedConfig loadedConfig, List<StandardServiceInitiator<?>> initiators) Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list.protectedStandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String, Object> settings, LoadedConfig loadedConfig) Intended for use exclusively from JPA bootstrapping, or extensions of this class.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, LoadedConfig loadedConfigBaseline) Create a builder with the specified bootstrap services.