- 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 classInsertSelectDSL.InsertColumnGathererstatic classInsertSelectDSL.SelectGatherer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertSelectModelbuild()static InsertSelectDSL.InsertColumnGathererinsertInto(SqlTable table)
-
-
-
Method Detail
-
build
@NotNull public InsertSelectModel build()
- Specified by:
buildin interfaceBuildable<InsertSelectModel>
-
insertInto
public static InsertSelectDSL.InsertColumnGatherer insertInto(SqlTable table)
-
-