Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.insert.render | |
org.mybatis.dynamic.sql.util.spring |
Modifier and Type | Method and Description |
---|---|
BatchInsertModel<T> |
BatchInsertModel.Builder.build() |
BatchInsertModel<T> |
BatchInsertDSL.build() |
Modifier and Type | Method and Description |
---|---|
BatchInsertRenderer.Builder<T> |
BatchInsertRenderer.Builder.withBatchInsertModel(BatchInsertModel<T> model) |
static <T> BatchInsertRenderer.Builder<T> |
BatchInsertRenderer.withBatchInsertModel(BatchInsertModel<T> model) |
Modifier and Type | Method and Description |
---|---|
<T> int[] |
NamedParameterJdbcTemplateExtensions.insertBatch(Buildable<BatchInsertModel<T>> insertStatement) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.