com.jn.sqlhelper.mango.MangoPagingContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sqlhelper-mango Show documentation
Show all versions of sqlhelper-mango Show documentation
Supports mango (an ORM framework)
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