Package org.mybatis.dynamic.sql.insert
Class InsertSelectDSL
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertSelectDSL
-
public class InsertSelectDSL extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsertSelectDSL.InsertColumnGathererstatic classInsertSelectDSL.SelectGatherer
-
Method Summary
Modifier and Type Method Description InsertSelectModelbuild()static InsertSelectDSL.InsertColumnGathererinsertInto(SqlTable table)
-
-
-
Method Detail
-
build
public InsertSelectModel build()
-
insertInto
public static InsertSelectDSL.InsertColumnGatherer insertInto(SqlTable table)
-
-