public static class BatchInsert.Builder<T> extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BatchInsert<T> |
build() |
BatchInsert.Builder<T> |
withColumnsPhrase(String columnsPhrase) |
BatchInsert.Builder<T> |
withRecords(List<T> records) |
BatchInsert.Builder<T> |
withTableName(String tableName) |
BatchInsert.Builder<T> |
withValuesPhrase(String valuesPhrase) |
public BatchInsert.Builder<T> withTableName(String tableName)
public BatchInsert.Builder<T> withColumnsPhrase(String columnsPhrase)
public BatchInsert.Builder<T> withValuesPhrase(String valuesPhrase)
public BatchInsert.Builder<T> withRecords(List<T> records)
public BatchInsert<T> build()
Copyright © 2016–2017 MyBatis.org. All rights reserved.