- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertSelectDSL
-
- All Implemented Interfaces:
Buildable<InsertSelectModel>
public class InsertSelectDSL extends Object implements Buildable<InsertSelectModel>
-
-
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
@NotNull public InsertSelectModel build()
- Specified by:
build
in interfaceBuildable<InsertSelectModel>
-
insertInto
public static InsertSelectDSL.InsertColumnGatherer insertInto(SqlTable table)
-
-