Uses of Enum Class
be.gaudry.model.bibliobrol.config.EConfig
Package
Description
-
Uses of EConfig in be.gaudry.bibliobrol.dao
Modifier and TypeMethodDescriptionIConfigDao.loadConfigValue(EConfig eConfig)
Loads a configuration value from the persistent system.
If a cache is maintained with theses values, pay attention to update cache into theIConfigDao.saveConfigValue(EConfig, String)
method.IConfigDao.saveConfigValue(EConfig eConfig, String newValue)
Stores a configuration value into the persistent system.
If a cache is maintained with theses values, pay attention to update it. -
Uses of EConfig in be.gaudry.bibliobrol.dao.derby
Modifier and TypeMethodDescriptionDerbyConfig.loadConfigValue(EConfig eConfig)
DerbyConfig.saveConfigValue(EConfig eConfig, String newValue)
-
Uses of EConfig in be.gaudry.bibliobrol.dao.msaccess
Modifier and TypeMethodDescriptionMsAccessConfig.loadConfigValue(EConfig eConfig)
MsAccessConfig.saveConfigValue(EConfig config, String newValue)
-
Uses of EConfig in be.gaudry.bibliobrol.dao.mysql
Modifier and TypeMethodDescriptionMySQLConfig.loadConfigValue(EConfig eConfig)
MySQLConfig.saveConfigValue(EConfig config, String newValue)
-
Uses of EConfig in be.gaudry.model.bibliobrol.config