Uses of Class
org.mybatis.dynamic.sql.insert.BatchInsertModel.Builder
-
Packages that use BatchInsertModel.Builder Package Description org.mybatis.dynamic.sql.insert -
-
Uses of BatchInsertModel.Builder in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return BatchInsertModel.Builder Modifier and Type Method Description BatchInsertModel.Builder<T>
BatchInsertModel.Builder. withColumnMappings(java.util.List<InsertMapping> columnMappings)
BatchInsertModel.Builder<T>
BatchInsertModel.Builder. withRecords(java.util.Collection<T> records)
static <T> BatchInsertModel.Builder<T>
BatchInsertModel. withRecords(java.util.Collection<T> records)
BatchInsertModel.Builder<T>
BatchInsertModel.Builder. withTable(SqlTable table)
-