| Package | Description |
|---|---|
| tech.ibit.mybatis.sqlbuilder.converter | |
| tech.ibit.mybatis.sqlbuilder.utils |
| Modifier and Type | Method and Description |
|---|---|
static TableColumnSetValues |
EntityConverter.getTableColumnValues(Object entity,
boolean returnNullValue)
获取待更新列信息
|
static TableColumnSetValues |
EntityConverter.getTableColumnValues(Object entity,
List<Column> orderList)
获取指定表-列值信息
|
| Modifier and Type | Method and Description |
|---|---|
static List<TableColumnSetValues> |
EntityConverter.getTableColumnValuesList(Collection<?> pos,
boolean returnNullValue)
批量获取需要更新的列信息和相应的值
|
static List<TableColumnSetValues> |
EntityConverter.getTableColumnValuesList(Collection<?> pos,
List<Column> columnsOrder)
批量指定列获取需要更新的列信息和相应的值
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IdSqlUtils.addSetsSql(TableColumnSetValues tableColumnValues,
SetSupport<?> sql)
扩展`set`语句
|
Copyright © 2020 IBIT程序猿. All rights reserved.