Package org.mybatis.dynamic.sql.insert
Class InsertSelectDSL.InsertColumnGatherer
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertSelectDSL.InsertColumnGatherer
-
- Enclosing class:
- InsertSelectDSL
public static class InsertSelectDSL.InsertColumnGatherer extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertSelectDSL.SelectGatherer
withColumnList(SqlColumn<?>... columns)
InsertSelectDSL
withSelectStatement(Buildable<SelectModel> selectModelBuilder)
-
-
-
Method Detail
-
withColumnList
public InsertSelectDSL.SelectGatherer withColumnList(SqlColumn<?>... columns)
-
withSelectStatement
public InsertSelectDSL withSelectStatement(Buildable<SelectModel> selectModelBuilder)
-
-