Uses of Class
org.mybatis.dynamic.sql.insert.render.BatchInsert.Builder
-
Uses of BatchInsert.Builder in org.mybatis.dynamic.sql.insert.render
Modifier and TypeMethodDescriptionBatchInsert.Builder.withInsertStatement
(String insertStatement) BatchInsert.Builder.withRecords
(List<T> records) static <T> BatchInsert.Builder
<T> BatchInsert.withRecords
(List<T> records)