Package | Description |
---|---|
org.mybatis.dynamic.sql.insert.render |
Modifier and Type | Method and Description |
---|---|
BatchInsert.Builder<T> |
BatchInsert.Builder.withColumnsPhrase(String columnsPhrase) |
BatchInsert.Builder<T> |
BatchInsert.Builder.withRecords(List<T> records) |
static <T> BatchInsert.Builder<T> |
BatchInsert.withRecords(List<T> records) |
BatchInsert.Builder<T> |
BatchInsert.Builder.withTableName(String tableName) |
BatchInsert.Builder<T> |
BatchInsert.Builder.withValuesPhrase(String valuesPhrase) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.