Interface DsInfoMapper

All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<DsInfo>, com.baomidou.mybatisplus.core.mapper.Mapper<DsInfo>

@Repository public interface DsInfoMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<DsInfo>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.baomidou.mybatisplus.extension.plugins.pagination.Page<DsInfoVO>
    list(com.baomidou.mybatisplus.extension.plugins.pagination.Page<DsInfo> page, cn.sliew.carp.framework.common.dict.datasource.DataSourceType dsType, String name)
     
    listByTypes(cn.sliew.carp.framework.common.dict.datasource.DataSourceType type)
     

    Methods inherited from interface 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
  • Method Details

    • list

      com.baomidou.mybatisplus.extension.plugins.pagination.Page<DsInfoVO> list(com.baomidou.mybatisplus.extension.plugins.pagination.Page<DsInfo> page, @Param("dsType") cn.sliew.carp.framework.common.dict.datasource.DataSourceType dsType, @Param("name") String name)
    • listByTypes

      List<DsInfoVO> listByTypes(@Param("type") cn.sliew.carp.framework.common.dict.datasource.DataSourceType type)
    • getById

      DsInfoVO getById(@Param("id") Long id)