Package com.saperion.common.config.manager
-
Class Summary Class Description DbConfigurationManager<CommonAccessException extends java.lang.Exception> TheDbConfigurationManagermanages configuration values in a database table and an in-memory cache.DbConfigurationManagerConstructorParameters<CommonAccessException extends java.lang.Exception> TheDbConfigurationManagerConstructorParametersaccumulates the parameters for construction of aDbConfigurationManagerand their defaults. -
Enum Summary Enum Description NotFoundReactionType TheNotFoundReactionTypedefines forDbConfigurationManager.get...()-methodsthe behavior if the requested configuration value was not found.StorageType TheStorageTypedefines forDbConfigurationManager.get...(...,StorageType)-methodswhere to search the configuration values.