Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.update | |
org.mybatis.dynamic.sql.update.render | |
org.mybatis.dynamic.sql.util.spring |
Modifier and Type | Method and Description |
---|---|
static UpdateDSL<UpdateModel> |
SqlBuilder.update(SqlTable table) |
Modifier and Type | Method and Description |
---|---|
UpdateModel |
UpdateModel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static UpdateDSL<UpdateModel> |
UpdateDSL.update(SqlTable table) |
Modifier and Type | Method and Description |
---|---|
static <R> UpdateDSL<R> |
UpdateDSL.update(Function<UpdateModel,R> adapterFunction,
SqlTable table) |
Modifier and Type | Method and Description |
---|---|
static UpdateRenderer.Builder |
UpdateRenderer.withUpdateModel(UpdateModel updateModel) |
UpdateRenderer.Builder |
UpdateRenderer.Builder.withUpdateModel(UpdateModel updateModel) |
Modifier and Type | Method and Description |
---|---|
int |
NamedParameterJdbcTemplateExtensions.update(Buildable<UpdateModel> updateStatement) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.