Package org.mybatis.dynamic.sql.select
Class MultiSelectDSL
java.lang.Object
org.mybatis.dynamic.sql.select.MultiSelectDSL
- All Implemented Interfaces:
Buildable<MultiSelectModel>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassclassclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()fetchFirst(long fetchFirstRows) limit(long limit) offset(long offset) orderBy(Collection<SortSpecification> columns) orderBy(SortSpecification... columns) union(Buildable<SelectModel> builder) unionAll(Buildable<SelectModel> builder)
-
Constructor Details
-
MultiSelectDSL
-
-
Method Details
-
union
-
unionAll
-
orderBy
-
orderBy
-
limit
-
offset
-
fetchFirst
-
build
- Specified by:
buildin interfaceBuildable<MultiSelectModel>
-