org.activiti.engine.impl.cmd.CustomSqlExecution Maven / Gradle / Ivy
package org.activiti.engine.impl.cmd;
/**
* @author jbarrez
*/
public interface CustomSqlExecution {
Class getMapperClass();
ResultType execute(Mapper mapper);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy