public static class BatchInsertModel.Builder<T> extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchInsertModel<T> |
build() |
BatchInsertModel.Builder<T> |
withColumnMappings(List<InsertMapping> columnMappings) |
BatchInsertModel.Builder<T> |
withRecords(List<T> records) |
BatchInsertModel.Builder<T> |
withTable(SqlTable table) |
public BatchInsertModel.Builder<T> withTable(SqlTable table)
public BatchInsertModel.Builder<T> withRecords(List<T> records)
public BatchInsertModel.Builder<T> withColumnMappings(List<InsertMapping> columnMappings)
public BatchInsertModel<T> build()
Copyright © 2016–2017 MyBatis.org. All rights reserved.