接口 TableMapper

所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<Table>, com.baomidou.mybatisplus.core.mapper.Mapper<Table>

@InterceptorIgnore(dataPermission="true", tenantLine="true") public interface TableMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<Table>
业务表MAPPER接口
版本:
2021-10-15
作者:
jeeplus
  • 方法概要

    修饰符和类型
    方法
    说明
    int
     
     
    com.baomidou.mybatisplus.core.metadata.IPage<TableDTO>
    findList(com.baomidou.mybatisplus.extension.plugins.pagination.Page<TableDTO> page, com.baomidou.mybatisplus.core.conditions.query.QueryWrapper queryWrapper)
    获列表

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

    delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById
  • 方法详细资料

    • buildTable

      int buildTable(@Param("sql") String sql)
    • findById

      TableDTO findById(String id)
    • findList

      com.baomidou.mybatisplus.core.metadata.IPage<TableDTO> findList(com.baomidou.mybatisplus.extension.plugins.pagination.Page<TableDTO> page, @Param("ew") com.baomidou.mybatisplus.core.conditions.query.QueryWrapper queryWrapper)
      获列表
      参数:
      queryWrapper -
      返回: