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