Package | Description |
---|---|
org.mybatis.dynamic.sql.insert |
Modifier and Type | Method and Description |
---|---|
BatchInsertModel.Builder<T> |
BatchInsertModel.Builder.withColumnMappings(List<InsertMapping> columnMappings) |
BatchInsertModel.Builder<T> |
BatchInsertModel.Builder.withRecords(List<T> records) |
static <T> BatchInsertModel.Builder<T> |
BatchInsertModel.withRecords(List<T> records) |
BatchInsertModel.Builder<T> |
BatchInsertModel.Builder.withTable(SqlTable table) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.