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 |
---|---|
MultiRowInsertModel<T> |
MultiRowInsertDSL.build() |
MultiRowInsertModel<T> |
MultiRowInsertModel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
MultiRowInsertRenderer.Builder<T> |
MultiRowInsertRenderer.Builder.withMultiRowInsertModel(MultiRowInsertModel<T> model) |
static <T> MultiRowInsertRenderer.Builder<T> |
MultiRowInsertRenderer.withMultiRowInsertModel(MultiRowInsertModel<T> model) |
Modifier and Type | Method and Description |
---|---|
<T> int |
NamedParameterJdbcTemplateExtensions.insertMultiple(Buildable<MultiRowInsertModel<T>> insertStatement) |
<T> int |
NamedParameterJdbcTemplateExtensions.insertMultiple(Buildable<MultiRowInsertModel<T>> insertStatement,
org.springframework.jdbc.support.KeyHolder keyHolder) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.