Package | Description |
---|---|
org.mybatis.dynamic.sql.select | |
org.mybatis.dynamic.sql.select.render |
Modifier and Type | Method and Description |
---|---|
PagingModel |
PagingModel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Optional<PagingModel> |
SelectModel.pagingModel() |
Modifier and Type | Method and Description |
---|---|
SelectModel.Builder |
SelectModel.Builder.withPagingModel(PagingModel pagingModel) |
Modifier and Type | Method and Description |
---|---|
PagingModelRenderer.Builder |
PagingModelRenderer.Builder.withPagingModel(PagingModel pagingModel) |
Constructor and Description |
---|
FetchFirstPagingModelRenderer(RenderingStrategy renderingStrategy,
PagingModel pagingModel,
AtomicInteger sequence) |
LimitAndOffsetPagingModelRenderer(RenderingStrategy renderingStrategy,
Long limit,
PagingModel pagingModel,
AtomicInteger sequence) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.