接口的使用
org.hibernate.engine.config.spi.ConfigurationService.Converter
-
使用ConfigurationService.Converter的程序包 程序包 说明 org.hibernate.engine.config.internal Internal support for the configuration service implementationorg.hibernate.engine.config.spi SPI Package for the configuration service. -
-
org.hibernate.engine.config.internal中ConfigurationService.Converter的使用
参数类型为ConfigurationService.Converter的org.hibernate.engine.config.internal中的方法 修饰符和类型 方法 说明 <T> TConfigurationServiceImpl. getSetting(String name, ConfigurationService.Converter<T> converter)<T> TConfigurationServiceImpl. getSetting(String name, ConfigurationService.Converter<T> converter, T defaultValue) -
org.hibernate.engine.config.spi中ConfigurationService.Converter的使用
声明为ConfigurationService.Converter的org.hibernate.engine.config.spi中的字段 修饰符和类型 字段 说明 static ConfigurationService.Converter<Boolean>StandardConverters. BOOLEANstatic ConfigurationService.Converter<String>StandardConverters. STRING参数类型为ConfigurationService.Converter的org.hibernate.engine.config.spi中的方法 修饰符和类型 方法 说明 <T> TConfigurationService. getSetting(String name, ConfigurationService.Converter<T> converter)Get the named setting, using the specified converter.<T> TConfigurationService. getSetting(String name, ConfigurationService.Converter<T> converter, T defaultValue)Get the named setting, using the specified converter and default value.
-