Uses of Class
org.mybatis.dynamic.sql.insert.render.BatchInsert.Builder
-
Packages that use BatchInsert.Builder Package Description org.mybatis.dynamic.sql.insert.render -
-
Uses of BatchInsert.Builder in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render that return BatchInsert.Builder Modifier and Type Method Description BatchInsert.Builder<T>
BatchInsert.Builder. withInsertStatement(java.lang.String insertStatement)
BatchInsert.Builder<T>
BatchInsert.Builder. withRecords(java.util.List<T> records)
static <T> BatchInsert.Builder<T>
BatchInsert. withRecords(java.util.List<T> records)
-