public static class PagingModel.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PagingModel |
build() |
PagingModel.Builder |
withFetchFirstRows(Long fetchFirstRows) |
PagingModel.Builder |
withLimit(Long limit) |
PagingModel.Builder |
withOffset(Long offset) |
public PagingModel.Builder withLimit(Long limit)
public PagingModel.Builder withOffset(Long offset)
public PagingModel.Builder withFetchFirstRows(Long fetchFirstRows)
public PagingModel build()
Copyright © 2016–2021 MyBatis.org. All rights reserved.