接口 PermissionMapper

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

public interface PermissionMapper extends CrudMapper<Permission>
权限映射

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 方法概要

    修饰符和类型
    方法
    说明
    通过用户id获取

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

    delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById

    从接口继承的方法 plus.hiver.common.config.mybatisplus.mapper.CrudMapper

    insertBatch
  • 方法详细资料

    • findByUserId

      List<Permission> findByUserId(@Param("userId") Long userId)
      通过用户id获取