类 IUserRoleServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.repository.AbstractRepository<M,T>
com.baomidou.mybatisplus.extension.repository.CrudRepository<M,T>
plus.hiver.common.config.mybatisplus.service.BaseServiceImpl<UserRoleMapper,UserRole>
plus.hiver.common.serviceimpl.mybatis.IUserRoleServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.repository.IRepository<UserRole>,IBaseService<UserRole>,IUserRoleService
@Service
public class IUserRoleServiceImpl
extends BaseServiceImpl<UserRoleMapper,UserRole>
implements IUserRoleService
用户角色接口实现类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.repository.CrudRepository
baseMapper从类继承的字段 com.baomidou.mybatisplus.extension.repository.AbstractRepository
log从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository
DEFAULT_BATCH_SIZE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明findByUserId(Long userId) 通过用户id获取findDepIdsByUserId(Long userId) 通过用户id获取用户角色关联的部门数据listbyRoleIds(List<Long> roleIds) 通过角色ID列表获得用户列表从类继承的方法 com.baomidou.mybatisplus.extension.repository.CrudRepository
getBaseMapper, getSqlStatement, saveBatch, saveOrUpdateBatch, updateBatchById从类继承的方法 com.baomidou.mybatisplus.extension.repository.AbstractRepository
executeBatch, executeBatch, getEntityClass, getMap, getMapperClass, getObj, getOne, getOneOpt, getSqlSessionFactory, removeById, saveOrUpdate从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 plus.hiver.common.config.mybatisplus.service.IBaseService
checkById, checkExists, checkExists, saveBatch从接口继承的方法 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, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateById
-
构造器详细资料
-
IUserRoleServiceImpl
public IUserRoleServiceImpl()
-
-
方法详细资料
-
findByUserId
从接口复制的说明:IUserRoleService通过用户id获取- 指定者:
findByUserId在接口中IUserRoleService
-
findDepIdsByUserId
从接口复制的说明:IUserRoleService通过用户id获取用户角色关联的部门数据- 指定者:
findDepIdsByUserId在接口中IUserRoleService
-
listbyRoleIds
从接口复制的说明:IUserRoleService通过角色ID列表获得用户列表- 指定者:
listbyRoleIds在接口中IUserRoleService
-