Package org.mybatis.dynamic.sql.insert
Class InsertColumnListModel
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertColumnListModel
-
public class InsertColumnListModel extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Stream<R>
mapColumns(Function<SqlColumn<?>,R> mapper)
static InsertColumnListModel
of(List<SqlColumn<?>> columns)
-