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

me.danwi.sqlex.common.Paged Maven / Gradle / Ivy

There is a newer version: 0.16.1
Show newest version
package me.danwi.sqlex.common;

public class Paged {
    public static final String PageSizeParameterName = "pageSize";
    public static final String PageSizeParameterType = "long";
    public static final String PageNoParameterName = "pageNo";
    public static final String PageNoParameterType = "long";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy