接口 ISysUserTenantService

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

public interface ISysUserTenantService extends com.baomidou.mybatisplus.extension.service.IService<SysUserTenant>
针对表【sys_user_tenant(用户_租户关联)】的数据库操作Service
从以下版本开始:
1.0.1
另请参阅:
  • 字段概要

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

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    saveBatch(Collection<SysUserTenant> entityList, Integer primaryBy)
    批量保存关联关系

    从接口继承的方法 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
  • 方法详细资料

    • saveBatch

      boolean saveBatch(Collection<SysUserTenant> entityList, Integer primaryBy)
      批量保存关联关系
      参数:
      entityList - 用户租户关联列表
      primaryBy - 以什么为主去保存 1 用户,其他 租户
      返回:
      boolean
      从以下版本开始:
      1.0.1