![JAR search and dependency download from the Maven repository](/logo.png)
org.activiti.engine.history.NativeHistoricVariableInstanceQuery Maven / Gradle / Ivy
package org.activiti.engine.history;
import org.activiti.engine.query.NativeQuery;
/**
* Allows querying of {@link org.activiti.engine.history.HistoricVariableInstance}s via native (SQL) queries
*
* @author Henry Yan(http://www.kafeitu.me)
*/
public interface NativeHistoricVariableInstanceQuery extends NativeQuery {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy