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