Package org.jmonks.batch.framework.config.db

Class Summary
DBBasicJobControllerConfig DBBasicJobControllerConfig loads the job controller configuration from the defined database.
DBJobConfig DBJobConfig provides the implementation of JobConfig by reading the job configuration from given connection.
DBJobConfigFactory DBJobConfigFactory reads the job configuration from defined database to create the configuration objects needed by the job.
DBJobControllerConfig DBJobControllerConfig responsible to build the controller specific JobControllerConfig objects from the given database.
DBJobLoggingConfig DBJobLoggingConfig reads the job logging configuration from the table job_logging_config.
DBPoolJobControllerConfig DBPoolJobControllerConfig loads the job controller configuration from the defined database.