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

cn.yangjunda.hibernate_pagehelper.ErrorParser.Parser Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package cn.yangjunda.hibernate_pagehelper.ErrorParser;

/**
 * Created by juanda on 12/6/17.
 */
public interface Parser {

    String getCountSql(String var1);

    String getPageSql(String sql, String orderBy);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy