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.api.internal.Internal;
import org.activiti.engine.query.NativeQuery;

/**
 * Allows querying of {@link Model}s via native (SQL) queries
 *
 */
@Internal
public interface NativeModelQuery extends NativeQuery {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy