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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuild()configureStatement(Consumer<StatementConfiguration> consumer) insertInto(SqlTable table)
-
Method Details
-
build
- Specified by:
buildin interfaceBuildable<InsertSelectModel>
-
insertInto
-
configureStatement
- Specified by:
configureStatementin interfaceConfigurableStatement<InsertSelectDSL>
-