public static class BatchInsertModel.Builder<T> extends AbstractMultiRowInsertModel.AbstractBuilder<T,BatchInsertModel.Builder<T>>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchInsertModel<T> |
build() |
protected BatchInsertModel.Builder<T> |
getThis() |
withColumnMappings, withRecords, withTable
protected BatchInsertModel.Builder<T> getThis()
getThis
in class AbstractMultiRowInsertModel.AbstractBuilder<T,BatchInsertModel.Builder<T>>
public BatchInsertModel<T> build()
Copyright © 2016–2021 MyBatis.org. All rights reserved.