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