Class DbConfigurationManagerConstructorParameters<CommonAccessException extends Exception>

java.lang.Object
com.saperion.common.config.manager.DbConfigurationManagerConstructorParameters<CommonAccessException>
Type Parameters:
CommonAccessException - the common access exception type of the underlying DataSource and so of the DbConfigurationManager to be created.

public final class DbConfigurationManagerConstructorParameters<CommonAccessException extends Exception> extends Object
The DbConfigurationManagerConstructorParameters accumulates the parameters for construction of a DbConfigurationManager and their defaults. See the individual setter-methods for the concrete default values.
Author:
agz
See Also: