Uses of Class
org.mybatis.dynamic.sql.insert.InsertModel.Builder
-
Packages that use InsertModel.Builder Package Description org.mybatis.dynamic.sql.insert -
-
Uses of InsertModel.Builder in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertModel.Builder Modifier and Type Method Description InsertModel.Builder<T>
InsertModel.Builder. withColumnMappings(List<AbstractColumnMapping> columnMappings)
InsertModel.Builder<T>
InsertModel.Builder. withRow(T row)
static <T> InsertModel.Builder<T>
InsertModel. withRow(T row)
InsertModel.Builder<T>
InsertModel.Builder. withTable(SqlTable table)
-