org.catools.etl.dao.CEtlExecutionDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etl Show documentation
Show all versions of etl Show documentation
The base ETL to be used in other CATools project as a base contract.
package org.catools.etl.dao;
import org.catools.etl.model.CEtlExecutions;
import org.slf4j.Logger;
public class CEtlExecutionDao extends CEtlBaseDao {
public static void mergeExecutions(Logger logger, CEtlExecutions executions) {
merge(logger, executions);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy