All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.engine.impl.cmd.CustomSqlExecution Maven / Gradle / Ivy

The newest version!
package org.activiti.engine.impl.cmd;

/**
 * @author jbarrez
 */
public interface CustomSqlExecution {
	
	Class getMapperClass();

	ResultType execute(Mapper mapper);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy