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

org.activiti.engine.repository.NativeModelQuery Maven / Gradle / Ivy

The newest version!
package org.activiti.engine.repository;

import org.activiti.engine.query.NativeQuery;

/**
 * Allows querying of {@link org.activiti.engine.repository.Model}s via native (SQL) queries
 * @author Henry Yan(http://www.kafeitu.me)
 */
public interface NativeModelQuery extends NativeQuery {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy