Package | Description |
---|---|
org.hibernate.engine.config.spi |
SPI Package for the configuration service.
|
Modifier and Type | Field and Description |
---|---|
static ConfigurationService.Converter<java.lang.Boolean> |
StandardConverters.BOOLEAN |
static ConfigurationService.Converter<java.lang.String> |
StandardConverters.STRING |
Modifier and Type | Method and Description |
---|---|
<T> T |
ConfigurationService.getSetting(java.lang.String name,
ConfigurationService.Converter<T> converter)
Get the named setting, using the specified converter.
|
<T> T |
ConfigurationService.getSetting(java.lang.String name,
ConfigurationService.Converter<T> converter,
T defaultValue)
Get the named setting, using the specified converter and default value.
|
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.