public abstract static class AbstractMultiRowInsertModel.AbstractBuilder<T,S extends AbstractMultiRowInsertModel.AbstractBuilder<T,S>> extends Object
Constructor and Description |
---|
AbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
protected abstract S |
getThis() |
S |
withColumnMappings(List<AbstractColumnMapping> columnMappings) |
S |
withRecords(Collection<T> records) |
S |
withTable(SqlTable table) |
public S withRecords(Collection<T> records)
public S withColumnMappings(List<AbstractColumnMapping> columnMappings)
protected abstract S getThis()
Copyright © 2016–2021 MyBatis.org. All rights reserved.