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

com.zhangzlyuyx.easy.mybatis.IPageQuery Maven / Gradle / Ivy

package com.zhangzlyuyx.easy.mybatis;

import java.util.List;

public interface IPageQuery {

	Integer getPageNo();
	
	Integer getPageSize();
	
	String getOrderByClause();
	
	String[] getProperties();
	
	List getConditions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy