Uses of Class
org.mybatis.dynamic.sql.select.LimitAndOffsetPagingModel
-
Packages that use LimitAndOffsetPagingModel Package Description org.mybatis.dynamic.sql.select org.mybatis.dynamic.sql.select.render -
-
Uses of LimitAndOffsetPagingModel in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return LimitAndOffsetPagingModel Modifier and Type Method Description LimitAndOffsetPagingModel
LimitAndOffsetPagingModel.Builder. build()
Methods in org.mybatis.dynamic.sql.select with parameters of type LimitAndOffsetPagingModel Modifier and Type Method Description R
PagingModelVisitor. visit(LimitAndOffsetPagingModel pagingModel)
-
Uses of LimitAndOffsetPagingModel in org.mybatis.dynamic.sql.select.render
Methods in org.mybatis.dynamic.sql.select.render with parameters of type LimitAndOffsetPagingModel Modifier and Type Method Description java.util.Optional<FragmentAndParameters>
PagingModelRenderer. visit(LimitAndOffsetPagingModel pagingModel)
Constructors in org.mybatis.dynamic.sql.select.render with parameters of type LimitAndOffsetPagingModel Constructor Description LimitAndOffsetPagingModelRenderer(RenderingStrategy renderingStrategy, LimitAndOffsetPagingModel pagingModel)
-