org.hibernate.service.config.spi
Interface ConfigurationService
- All Superinterfaces:
- Serializable, Service
- All Known Implementing Classes:
- ConfigurationServiceImpl
public interface ConfigurationService
- extends Service
Provides access to the initial user-provided configuration values
getSettings
Map getSettings()
getSetting
<T> T getSetting(String name,
ConfigurationService.Converter<T> converter)
getSetting
<T> T getSetting(String name,
ConfigurationService.Converter<T> converter,
T defaultValue)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.