所有超级接口:
com.baomidou.mybatisplus.extension.service.IService<Edges>
所有已知实现类:
EdgesServiceImpl

public interface IEdgesService extends com.baomidou.mybatisplus.extension.service.IService<Edges>
从以下版本开始:
2023-07-03 11:32:23
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    批量保存连线
    根据源和目标 id 查询连线
    根据源 id 查询线

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

    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, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
  • 方法详细资料

    • insertBatchSelective

      boolean insertBatchSelective(Collection<Edges> records)
      批量保存连线
      参数:
      records - 集合
      返回:
      boolean
    • selectBySourceId

      List<Edges> selectBySourceId(String sourceId)
      根据源 id 查询线
      参数:
      sourceId - 源 id
      返回:
      list
    • selectBySourceAndTargetId

      Edges selectBySourceAndTargetId(String sourceId, String targetId)
      根据源和目标 id 查询连线
      参数:
      sourceId - 源 id
      targetId - 目标 id
      返回:
      list