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