Uses of Class
org.mybatis.dynamic.sql.insert.InsertColumnListModel
-
Packages that use InsertColumnListModel Package Description org.mybatis.dynamic.sql.insert -
-
Uses of InsertColumnListModel in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertColumnListModel Modifier and Type Method Description static InsertColumnListModelInsertColumnListModel. of(List<SqlColumn<?>> columns)Methods in org.mybatis.dynamic.sql.insert that return types with arguments of type InsertColumnListModel Modifier and Type Method Description Optional<InsertColumnListModel>InsertSelectModel. columnList()Methods in org.mybatis.dynamic.sql.insert with parameters of type InsertColumnListModel Modifier and Type Method Description InsertSelectModel.BuilderInsertSelectModel.Builder. withColumnList(InsertColumnListModel columnList)
-