Package org.mybatis.dynamic.sql.insert
Class InsertSelectDSL
java.lang.Object
org.mybatis.dynamic.sql.insert.InsertSelectDSL
- All Implemented Interfaces:
Buildable<InsertSelectModel>
,ConfigurableStatement<InsertSelectDSL>
public class InsertSelectDSL
extends Object
implements Buildable<InsertSelectModel>, ConfigurableStatement<InsertSelectDSL>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
configureStatement
(Consumer<StatementConfiguration> consumer) insertInto
(SqlTable table)
-
Method Details
-
build
- Specified by:
build
in interfaceBuildable<InsertSelectModel>
-
insertInto
-
configureStatement
- Specified by:
configureStatement
in interfaceConfigurableStatement<InsertSelectDSL>
-