| 程序包 | 说明 |
|---|---|
| cn.vonce.sql.helper | |
| cn.vonce.sql.provider | |
| cn.vonce.sql.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
SqlHelper.buildUpdateSql(Update update)
生成update sql语句(目前仅限数据库字段与实体类bean字段一致使用)
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
SqlBeanProvider.updateSql(SqlBeanConfig sqlBeanConfig,
Update update,
boolean ignore)
更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
UpdateService.update(Update update)
更新(where条件为空会抛异常,因为更新全部非常危险)
|
long |
UpdateService.update(Update update,
boolean ignore)
更新
|
Copyright © 2020. All rights reserved.