Package | Description |
---|---|
org.mybatis.dynamic.sql.insert.render |
Modifier and Type | Method and Description |
---|---|
BatchInsert.Builder<T> |
BatchInsert.Builder.withInsertStatement(String insertStatement) |
BatchInsert.Builder<T> |
BatchInsert.Builder.withRecords(List<T> records) |
static <T> BatchInsert.Builder<T> |
BatchInsert.withRecords(List<T> records) |
Copyright © 2016–2019 MyBatis.org. All rights reserved.