Class BatchInsert.Builder<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.render.BatchInsert.Builder<T>
- Enclosing class:
BatchInsert<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withInsertStatement
(String insertStatement) withRecords
(List<T> records)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withInsertStatement
-
withRecords
-
build
-