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
Constructors Constructor Description AbstractBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract S
getThis()
S
withColumnMappings(List<AbstractColumnMapping> columnMappings)
S
withRecords(Collection<T> records)
S
withTable(SqlTable table)
-
-
-
Method Detail
-
withRecords
public S withRecords(Collection<T> records)
-
withColumnMappings
public S withColumnMappings(List<AbstractColumnMapping> columnMappings)
-
getThis
protected abstract S getThis()
-
-