Uses of Interface
org.hibernate.engine.config.spi.ConfigurationService.Converter
Packages that use ConfigurationService.Converter
-
Uses of ConfigurationService.Converter in org.hibernate.engine.config.spi
Fields in org.hibernate.engine.config.spi declared as ConfigurationService.ConverterModifier and TypeFieldDescriptionstatic final ConfigurationService.Converter
<Boolean> StandardConverters.BOOLEAN
static final ConfigurationService.Converter
<Integer> StandardConverters.INTEGER
static final ConfigurationService.Converter
<String> StandardConverters.STRING
Methods in org.hibernate.engine.config.spi with parameters of type ConfigurationService.ConverterModifier and TypeMethodDescription<T> @Nullable T
ConfigurationService.getSetting
(String name, ConfigurationService.Converter<T> converter) Get the named setting, using the specified converter.<T> @PolyNull T
ConfigurationService.getSetting
(String name, ConfigurationService.Converter<T> converter, @PolyNull T defaultValue) Get the named setting, using the specified converter and default value.