org.camunda.bpm.engine.runtime.NativeExecutionQuery Maven / Gradle / Ivy
package org.camunda.bpm.engine.runtime;
import org.camunda.bpm.engine.query.NativeQuery;
/**
* Allows querying of {@link Execution}s via native (SQL) queries
* @author Bernd Ruecker (camunda)
*/
public interface NativeExecutionQuery extends NativeQuery {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy