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.BOOLEANstatic final ConfigurationService.Converter<Integer> StandardConverters.INTEGERstatic final ConfigurationService.Converter<String> StandardConverters.STRINGMethods in org.hibernate.engine.config.spi with parameters of type ConfigurationService.ConverterModifier and TypeMethodDescription<T> @Nullable TConfigurationService.getSetting(String name, ConfigurationService.Converter<T> converter) Get the named setting, using the specified converter.<T> @PolyNull TConfigurationService.getSetting(String name, ConfigurationService.Converter<T> converter, @PolyNull T defaultValue) Get the named setting, using the specified converter and default value.