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