接口 ICommonMapper
@Repository
public interface ICommonMapper
Author: dongzp
Time: 2020-05-31 14:31:01
Project: xbaseweb-plus
Email: 90fanhua@gmail.com
Remarks: 字典数据Mapper
-
方法概要
修饰符和类型方法说明queryBusinessTableList(Boolean codeGenerator) 查询数据库下的所有业务表queryTableInfo(String tableName) 根据表名查询表结构查询数据库下的所有表条件查询值
-
方法详细资料
-
queryValueByCondition
List<String> queryValueByCondition(@Param("tableName") String table, @Param("field") String field, @Param("conditions") Map<String, Object> condMap) 条件查询值- 参数:
tableName- 查询的表field- 查询的字段condMap- 条件集合- 返回:
-
queryTableInfo
根据表名查询表结构- 参数:
tableName-- 返回:
-
queryTableList
查询数据库下的所有表- 返回:
-
queryBusinessTableList
查询数据库下的所有业务表- 参数:
codeGenerator- 是否不包含已生成代码的表- 返回:
-