接口 DataSourceService

所有超级接口:
IBaseService<DataSource>, com.baomidou.mybatisplus.extension.repository.IRepository<DataSource>, com.baomidou.mybatisplus.extension.service.IService<DataSource>
所有已知实现类:
DataSourceServiceImpl

public interface DataSourceService extends IBaseService<DataSource>

数据源 服务类

从以下版本开始:
2024-10-20
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    检查该数据源是否被使用
    tableList(Long dataSourceId, boolean filterSysTable)

    从接口继承的方法 com.hengyi.xbaseweb.system.service.base.IBaseService

    save, saveBatch, saveOrUpdate, saveOrUpdateBatch, updateBatchById, updateById

    从接口继承的方法 com.baomidou.mybatisplus.extension.repository.IRepository

    count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, update, update, update

    从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

    removeBatchByIds, saveBatch, saveOrUpdateBatch, updateBatchById
  • 方法详细资料

    • tableList

      List<TableInfo> tableList(Long dataSourceId, boolean filterSysTable) throws Exception
      参数:
      dataSourceId -
      filterSysTable -
      返回:
      抛出:
      Exception
    • checkCodeGeneratorUse

      boolean checkCodeGeneratorUse(List<Long> dataSourceId)
      检查该数据源是否被使用
      参数:
      dataSourceId -
      返回: