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.manager
Methods in com.saperion.common.config.manager that return DbConfigurationManagerConstructorParameters Modifier and Type Method Description DbConfigurationManagerConstructorParameters<CommonAccessException>
DbConfigurationManagerConstructorParameters. setDefaultNotFoundReactionType(NotFoundReactionType defaultNotFoundReactionType)
Sets the defaultNotFoundReactionType
that defines forDbConfigurationManager.get...()-methods
the behavior if the requested configuration value was not found.DbConfigurationManagerConstructorParameters<CommonAccessException>
DbConfigurationManagerConstructorParameters. setDefaultStorageType(StorageType defaultStorageType)
Sets the defaultStorageType
that applies for all get...()-methods ofDbConfigurationManager
that 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 newDbConfigurationManager
with the specifiedDbConfigurationManagerConstructorParameters
.
-