public interface IBaseService<T extends AbstractBaseModel> extends IBase<T>
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
invalidLabelCascade(java.lang.String tableName,
java.lang.String parentFieldName)
校验检查label标签层级是否正确,返回label不合法或格式错误的记录ID,null或isEmpty()表示正确,否则返回错误的记录ID
|
int |
recreateLabelCascade(java.lang.String tableName,
java.lang.String parentFieldName)
扫描并重建label标签,返回已更新标签的记录条数
|
executeUpdate, executeUpdate, getById, getById, getByQuery, getByWhere, getByWhere, getByWhere, getCounts, getCounts, getJdbcDao, getJdbcTemplate, getList, getListByWhere, getListByWhere, getListForQuery, getListForQuery, getNewItem, getPageList, getPageList, getPageListForQuery, remove, removeById, removeByObject, save, saveOrUpdate, saveOrUpdateByObject, updateLabelByOldLabel
java.util.List<java.lang.String> invalidLabelCascade(java.lang.String tableName, java.lang.String parentFieldName)
tableName
- as String 表名parentFieldName
- as String 父级字段名int recreateLabelCascade(java.lang.String tableName, java.lang.String parentFieldName)
tableName
- as String 需要扫描的表名parentFieldName
- as String 扫描表名中的上下级字段值Copyright © 2019 by Sucang.cn