接口 ICommonMapper


@Repository public interface ICommonMapper
Author: dongzp Time: 2020-05-31 14:31:01 Project: xbaseweb-plus Email: 90fanhua@gmail.com Remarks: 字典数据Mapper
  • 方法详细资料

    • queryValueByCondition

      List<String> queryValueByCondition(@Param("tableName") String table, @Param("field") String field, @Param("conditions") Map<String,Object> condMap)
      条件查询值
      参数:
      tableName - 查询的表
      field - 查询的字段
      condMap - 条件集合
      返回:
    • queryTableInfo

      List<Map<String,Object>> queryTableInfo(@Param("tableName") String tableName)
      根据表名查询表结构
      参数:
      tableName -
      返回:
    • queryTableList

      List<Map<String,Object>> queryTableList()
      查询数据库下的所有表
      返回:
    • queryBusinessTableList

      List<Map<String,Object>> queryBusinessTableList(@Param("codeGenerator") Boolean codeGenerator)
      查询数据库下的所有业务表
      参数:
      codeGenerator - 是否不包含已生成代码的表
      返回: