Uses of Class
org.hibernate.boot.cfgxml.spi.LoadedConfig
-
Packages that use LoadedConfig Package Description org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xmlfiles.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xmlfiles.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.jpa.boot.internal -
-
Uses of LoadedConfig in org.hibernate.boot.cfgxml.internal
Methods in org.hibernate.boot.cfgxml.internal that return LoadedConfig Modifier and Type Method Description LoadedConfigCfgXmlAccessServiceImpl. getAggregatedConfig()LoadedConfigConfigLoader. loadConfigXmlFile(File cfgXmlFile)LoadedConfigConfigLoader. loadConfigXmlResource(String cfgXmlResourceName)LoadedConfigConfigLoader. loadConfigXmlUrl(URL url) -
Uses of LoadedConfig in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi that return LoadedConfig Modifier and Type Method Description static LoadedConfigLoadedConfig. baseline()static LoadedConfigLoadedConfig. consume(JaxbCfgHibernateConfiguration jaxbCfg)Consumes the JAXB representation of acfg.xmlfile and builds the LoadedConfig representation.LoadedConfigCfgXmlAccessService. getAggregatedConfig()Methods in org.hibernate.boot.cfgxml.spi with parameters of type LoadedConfig Modifier and Type Method Description voidLoadedConfig. 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 LoadedConfig Modifier and Type Method Description LoadedConfigStandardServiceRegistryBuilder. getAggregatedCfgXml()Intended for internal testing use only!!Methods in org.hibernate.boot.registry with parameters of type LoadedConfig Modifier and Type Method Description StandardServiceRegistryBuilderStandardServiceRegistryBuilder. configure(LoadedConfig loadedConfig)Constructors in org.hibernate.boot.registry with parameters of type LoadedConfig Constructor Description StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String,Object> settings, 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.StandardServiceRegistryBuilder(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. -
Uses of LoadedConfig in org.hibernate.jpa.boot.internal
Methods in org.hibernate.jpa.boot.internal with parameters of type LoadedConfig Modifier and Type Method Description voidEntityManagerFactoryBuilderImpl.MergedSettings. processHibernateConfigXmlResources(LoadedConfig loadedConfig)
-