Package org.mybatis.dynamic.sql.select
Class MultiSelectModel.Builder
java.lang.Object
org.mybatis.dynamic.sql.select.MultiSelectModel.Builder
- Enclosing class:
- MultiSelectModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withInitialSelect
(SelectModel initialSelect) withOrderByModel
(OrderByModel orderByModel) withPagingModel
(PagingModel pagingModel) withUnionQueries
(List<UnionQuery> unionQueries)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withInitialSelect
-
withUnionQueries
-
withOrderByModel
-
withPagingModel
-
build
-