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

org.activiti.engine.identity.NativeUserQuery Maven / Gradle / Ivy

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

import org.activiti.engine.query.NativeQuery;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy