com.github.antelopeframework.mybatis.criterion.CriteriaQuery Maven / Gradle / Ivy
package com.github.antelopeframework.mybatis.criterion;
/**
* An instance of CriteriaQuery is passed to criterion,
* and order instances when actually compiling and
* executing the query. This interface is not used by application
* code.
*
* @author yangzhi.yzh
*
*/
public interface CriteriaQuery {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy