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

cn.jiangzeyin.util.database.IUtilSelectPage Maven / Gradle / Ivy

package cn.jiangzeyin.util.database;

import java.util.List;

/**
 * @author jiangzeyin
 * Created by jiangzeyin on 2017/2/16.
 */
public interface IUtilSelectPage {


     List selectPage(Class cls, long pageNo, long pageSize, String orderBy, String where);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy