- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertSelectDSL
-
public class InsertSelectDSL extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsertSelectDSL.InsertColumnGatherer
static class
InsertSelectDSL.SelectGatherer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertSelectModel
build()
static InsertSelectDSL.InsertColumnGatherer
insertInto(SqlTable table)
-
-
-
Method Detail
-
build
public InsertSelectModel build()
-
insertInto
public static InsertSelectDSL.InsertColumnGatherer insertInto(SqlTable table)
-
-