Package org.mybatis.dynamic.sql.select
Class AbstractSelectModel.AbstractBuilder<T extends AbstractSelectModel.AbstractBuilder<T>>
java.lang.Object
org.mybatis.dynamic.sql.select.AbstractSelectModel.AbstractBuilder<T>
- Direct Known Subclasses:
MultiSelectModel.Builder
,SelectModel.Builder
- Enclosing class:
AbstractSelectModel
public abstract static class AbstractSelectModel.AbstractBuilder<T extends AbstractSelectModel.AbstractBuilder<T>>
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
getThis()
withOrderByModel
(OrderByModel orderByModel) withPagingModel
(PagingModel pagingModel) withStatementConfiguration
(StatementConfiguration statementConfiguration)
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
withOrderByModel
-
withPagingModel
-
withStatementConfiguration
-
getThis
-