Package org.mybatis.dynamic.sql.insert
Class AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>>
java.lang.Object
org.mybatis.dynamic.sql.insert.AbstractMultiRowInsertModel.AbstractBuilder<T,S>
- Direct Known Subclasses:
BatchInsertModel.Builder
,MultiRowInsertModel.Builder
- Enclosing class:
AbstractMultiRowInsertModel<T>
public abstract static class AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>>
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract S
getThis()
withColumnMappings
(List<AbstractColumnMapping> columnMappings) withRecords
(Collection<T> records)
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
withTable
-
withRecords
-
withColumnMappings
-
getThis
-