接口 GenTableMapper

所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<GenTable>, top.binfast.common.mybatis.mapper.BinBaseMapper<GenTable>, com.baomidou.mybatisplus.core.mapper.Mapper<GenTable>

@Mapper public interface GenTableMapper extends top.binfast.common.mybatis.mapper.BinBaseMapper<GenTable>
业务 数据层
作者:
Lion Li
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
    查询所有表信息
    查询表ID业务信息
    查询表名称业务信息
    查询指定数据源下的所有表名列表

    从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById

    从接口继承的方法 top.binfast.common.mybatis.mapper.BinBaseMapper

    alwaysUpdateSomeColumnById, insertBatchSomeColumn, updateBatchById, upsert
  • 方法详细资料

    • selectGenTableAll

      List<GenTable> selectGenTableAll()
      查询所有表信息
      返回:
      表信息集合
    • selectGenTableById

      GenTable selectGenTableById(Long id)
      查询表ID业务信息
      参数:
      id - 业务ID
      返回:
      业务信息
    • selectGenTableByName

      GenTable selectGenTableByName(String tableName)
      查询表名称业务信息
      参数:
      tableName - 表名称
      返回:
      业务信息
    • selectTableNameList

      @DS("") List<String> selectTableNameList(String dataName)
      查询指定数据源下的所有表名列表
      参数:
      dataName - 数据源名称,用于选择不同的数据源
      返回:
      当前数据库中的表名列表
    • getMenuNextId

      Long getMenuNextId()
    • getMenuRoleNextId

      Long getMenuRoleNextId()