类的使用
org.hibernate.boot.cfgxml.spi.LoadedConfig
-
使用LoadedConfig的程序包 程序包 说明 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.boot.cfgxml.internal中LoadedConfig的使用
返回LoadedConfig的org.hibernate.boot.cfgxml.internal中的方法 修饰符和类型 方法 说明 LoadedConfigCfgXmlAccessServiceImpl. getAggregatedConfig()LoadedConfigConfigLoader. loadConfigXmlFile(File cfgXmlFile)LoadedConfigConfigLoader. loadConfigXmlResource(String cfgXmlResourceName)LoadedConfigConfigLoader. loadConfigXmlUrl(URL url) -
org.hibernate.boot.cfgxml.spi中LoadedConfig的使用
返回LoadedConfig的org.hibernate.boot.cfgxml.spi中的方法 修饰符和类型 方法 说明 static LoadedConfigLoadedConfig. baseline()static LoadedConfigLoadedConfig. consume(JaxbCfgHibernateConfiguration jaxbCfg)Consumes the JAXB representation of acfg.xmlfile and builds the LoadedConfig representation.LoadedConfigCfgXmlAccessService. getAggregatedConfig()参数类型为LoadedConfig的org.hibernate.boot.cfgxml.spi中的方法 修饰符和类型 方法 说明 voidLoadedConfig. merge(LoadedConfig incoming)Merge information from loaded acfg.xmlrepresented by the incoming parameter into this LoadedConfig representation -
org.hibernate.boot.registry中LoadedConfig的使用
返回LoadedConfig的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 LoadedConfigStandardServiceRegistryBuilder. getAggregatedCfgXml()Intended for internal testing use only!!参数类型为LoadedConfig的org.hibernate.boot.registry中的方法 修饰符和类型 方法 说明 StandardServiceRegistryBuilderStandardServiceRegistryBuilder. configure(LoadedConfig loadedConfig)参数类型为LoadedConfig的org.hibernate.boot.registry中的构造器 构造器 说明 StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map settings, LoadedConfig loadedConfig)Intended for use exclusively from JPA boot-strapping, or extensions of this class.StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, LoadedConfig loadedConfigBaseline)Create a builder with the specified bootstrap services.
-