Uses of Class
org.hibernate.boot.cfgxml.spi.LoadedConfig
-
Packages that use LoadedConfig 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. -
-
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, LoadedConfig loadedConfigBaseline)Create a builder with the specified bootstrap services.
-