Uses of Interface
org.mybatis.dynamic.sql.select.PagingModel
-
Packages that use PagingModel Package Description org.mybatis.dynamic.sql.select -
-
Uses of PagingModel in org.mybatis.dynamic.sql.select
Classes in org.mybatis.dynamic.sql.select that implement PagingModel Modifier and Type Class Description class
FetchFirstPagingModel
class
LimitAndOffsetPagingModel
Methods in org.mybatis.dynamic.sql.select that return types with arguments of type PagingModel Modifier and Type Method Description java.util.Optional<PagingModel>
SelectModel. pagingModel()
Methods in org.mybatis.dynamic.sql.select with parameters of type PagingModel Modifier and Type Method Description SelectModel.Builder
SelectModel.Builder. withPagingModel(PagingModel pagingModel)
-