| Package | Description |
|---|---|
| org.hibernate.engine.config.internal |
Internal support for the configuration service implementation
|
| org.hibernate.engine.config.spi |
SPI Package for the configuration service.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ConfigurationServiceImpl.getSetting(String name,
ConfigurationService.Converter<T> converter) |
<T> T |
ConfigurationServiceImpl.getSetting(String name,
ConfigurationService.Converter<T> converter,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ConfigurationService.getSetting(String name,
ConfigurationService.Converter<T> converter)
Get the named setting, using the specified converter.
|
<T> T |
ConfigurationService.getSetting(String name,
ConfigurationService.Converter<T> converter,
T defaultValue)
Get the named setting, using the specified converter and default value.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.