com.jn.sqlhelper.mango.MangoPagingContext Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy