Uses of Class
com.saperion.common.config.manager.DbConfigurationManagerConstructorParameters
- 
Packages that use DbConfigurationManagerConstructorParameters Package Description com.saperion.common.config.manager 
- 
- 
Uses of DbConfigurationManagerConstructorParameters in com.saperion.common.config.managerMethods in com.saperion.common.config.manager that return DbConfigurationManagerConstructorParameters Modifier and Type Method Description DbConfigurationManagerConstructorParameters<CommonAccessException>DbConfigurationManagerConstructorParameters. setDefaultNotFoundReactionType(NotFoundReactionType defaultNotFoundReactionType)Sets the defaultNotFoundReactionTypethat defines forDbConfigurationManager.get...()-methodsthe behavior if the requested configuration value was not found.DbConfigurationManagerConstructorParameters<CommonAccessException>DbConfigurationManagerConstructorParameters. setDefaultStorageType(StorageType defaultStorageType)Sets the defaultStorageTypethat applies for all get...()-methods ofDbConfigurationManagerthat have noStorageType-parameter or for those that have one called withStorageType.DEFAULT.DbConfigurationManagerConstructorParameters<CommonAccessException>DbConfigurationManagerConstructorParameters. setEncryptionKeys(Cipher cipher, Pair<java.security.Key,java.security.Key> pairEncryptionKeys)DbConfigurationManagerConstructorParameters<CommonAccessException>DbConfigurationManagerConstructorParameters. setTableName(java.lang.String tableName)Sets the name of the underlying database table to load and store the configuration value to/from.Constructors in com.saperion.common.config.manager with parameters of type DbConfigurationManagerConstructorParameters Constructor Description DbConfigurationManager(DbConfigurationManagerConstructorParameters<CommonAccessException> parameters)Creates a newDbConfigurationManagerwith the specifiedDbConfigurationManagerConstructorParameters.
 
-