Package org.mybatis.dynamic.sql.select
Class MultiSelectDSL
java.lang.Object
org.mybatis.dynamic.sql.select.MultiSelectDSL
- All Implemented Interfaces:
Buildable<MultiSelectModel>
,ConfigurableStatement<MultiSelectDSL>
public class MultiSelectDSL
extends Object
implements Buildable<MultiSelectModel>, ConfigurableStatement<MultiSelectDSL>
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
configureStatement
(Consumer<StatementConfiguration> consumer) fetchFirst
(long fetchFirstRows) limit
(long limit) offset
(long offset) orderBy
(Collection<? extends 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:
build
in interfaceBuildable<MultiSelectModel>
-
configureStatement
- Specified by:
configureStatement
in interfaceConfigurableStatement<MultiSelectDSL>
-