Uses of Class
com.saperion.common.config.manager.DbConfigurationManagerConstructorParameters
Packages that use DbConfigurationManagerConstructorParameters
-
Uses of DbConfigurationManagerConstructorParameters in com.saperion.common.config.manager
Methods in com.saperion.common.config.manager that return DbConfigurationManagerConstructorParametersModifier and TypeMethodDescriptionDbConfigurationManagerConstructorParameters.setDefaultNotFoundReactionType(NotFoundReactionType defaultNotFoundReactionType) Sets the defaultNotFoundReactionTypethat defines forDbConfigurationManager.get...()-methodsthe behavior if the requested configuration value was not found.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.setEncryptionKeys(Cipher cipher, Pair<Key, Key> pairEncryptionKeys) DbConfigurationManagerConstructorParameters.setTableName(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 DbConfigurationManagerConstructorParametersModifierConstructorDescriptionDbConfigurationManager(DbConfigurationManagerConstructorParameters<CommonAccessException> parameters) Creates a newDbConfigurationManagerwith the specifiedDbConfigurationManagerConstructorParameters.