Uses of Class
org.hibernate.boot.cfgxml.spi.LoadedConfig
-
Packages that use LoadedConfig Package Description org.hibernate.boot.cfgxml.internal org.hibernate.boot.cfgxml.spi org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.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 LoadedConfig
CfgXmlAccessServiceImpl. getAggregatedConfig()
LoadedConfig
ConfigLoader. loadConfigXmlFile(File cfgXmlFile)
LoadedConfig
ConfigLoader. loadConfigXmlResource(String cfgXmlResourceName)
LoadedConfig
ConfigLoader. 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 LoadedConfig
LoadedConfig. baseline()
static LoadedConfig
LoadedConfig. consume(JaxbCfgHibernateConfiguration jaxbCfg)
Consumes the JAXB representation of acfg.xml
file and builds the LoadedConfig representation.LoadedConfig
CfgXmlAccessService. getAggregatedConfig()
Methods in org.hibernate.boot.cfgxml.spi with parameters of type LoadedConfig Modifier and Type Method Description void
LoadedConfig. merge(LoadedConfig incoming)
Merge information from loaded acfg.xml
represented 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 LoadedConfig
StandardServiceRegistryBuilder. getAggregatedCfgXml()
Intended for internal testing use only!!Methods in org.hibernate.boot.registry with parameters of type LoadedConfig Modifier and Type Method Description StandardServiceRegistryBuilder
StandardServiceRegistryBuilder. 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 void
EntityManagerFactoryBuilderImpl.MergedSettings. processHibernateConfigXmlResources(LoadedConfig loadedConfig)
-