Package com.saperion.common.config.manager
-
Class Summary Class Description DbConfigurationManager<CommonAccessException extends java.lang.Exception> TheDbConfigurationManager
manages configuration values in a database table and an in-memory cache.DbConfigurationManagerConstructorParameters<CommonAccessException extends java.lang.Exception> TheDbConfigurationManagerConstructorParameters
accumulates the parameters for construction of aDbConfigurationManager
and their defaults. -
Enum Summary Enum Description NotFoundReactionType TheNotFoundReactionType
defines forDbConfigurationManager.get...()-methods
the behavior if the requested configuration value was not found.StorageType TheStorageType
defines forDbConfigurationManager.get...(...,StorageType)-methods
where to search the configuration values.