Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.update | |
org.mybatis.dynamic.sql.update.render |
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> MyBatis3UpdateModelAdapter<R> |
MyBatis3UpdateModelAdapter.of(UpdateModel updateModel,
Function<UpdateStatementProvider,R> mapperMethod) |
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) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.