Uses of Class
org.mybatis.dynamic.sql.insert.InsertSelectDSL.SelectGatherer
-
Uses of InsertSelectDSL.SelectGatherer in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptionSqlBuilder.InsertIntoNextStep.withColumnList
(List<SqlColumn<?>> columns) SqlBuilder.InsertIntoNextStep.withColumnList
(SqlColumn<?>... columns) -
Uses of InsertSelectDSL.SelectGatherer in org.mybatis.dynamic.sql.insert
Modifier and TypeMethodDescriptionInsertSelectDSL.InsertColumnGatherer.withColumnList
(List<SqlColumn<?>> columns) InsertSelectDSL.InsertColumnGatherer.withColumnList
(SqlColumn<?>... columns)