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