Uses of Class
org.mybatis.dynamic.sql.insert.InsertModel.Builder
Packages that use InsertModel.Builder
-
Uses of InsertModel.Builder in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertModel.BuilderModifier and TypeMethodDescriptionInsertModel.Builder.withColumnMappings
(List<AbstractColumnMapping> columnMappings) static <T> InsertModel.Builder<T>
InsertModel.withRow
(T row)