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

com.jn.sqlhelper.mango.MangoPagingContext Maven / Gradle / Ivy

There is a newer version: 3.6.16
Show newest version
package com.jn.sqlhelper.mango;

import com.jn.sqlhelper.dialect.pagination.RowSelection;
import com.jn.sqlhelper.dialect.instrument.SQLStatementInstrumentor;

public class MangoPagingContext {
    public static final ThreadLocal pagingRequest = new ThreadLocal();
    public static final SQLStatementInstrumentor instrumentor = new SQLStatementInstrumentor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy