类 SysUserRoleServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysUserRoleMapper,SysUserRole>
io.github.mangocrisp.spring.taybct.module.system.service.impl.SysUserRoleServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<SysUserRole>
,ISysUserRoleService
public class SysUserRoleServiceImpl
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysUserRoleMapper,SysUserRole>
implements ISysUserRoleService
-
字段概要
字段修饰符和类型字段说明protected io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil
protected io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
protected SysRoleMapper
protected SysUserMapper
protected ISysUserOnlineService
从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
baseMapper, entityClass, log, mapperClass, typeArguments
从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysUserRole>
filterRole
(com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<SysUserRole> queryWrapper) 过滤 rootlist
(com.baomidou.mybatisplus.core.conditions.Wrapper<SysUserRole> queryWrapper) <E extends com.baomidou.mybatisplus.core.metadata.IPage<SysUserRole>>
Epage
(E page, com.baomidou.mybatisplus.core.conditions.Wrapper<SysUserRole> queryWrapper) boolean
saveBatch
(Collection<SysUserRole> entityList) 从类继承的方法 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 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, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
-
字段详细资料
-
sysUserOnlineService
-
securityUtil
@Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil securityUtil -
sysParamsObtainService
@Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService sysParamsObtainService -
sysRoleMapper
-
sysUserMapper
-
-
构造器详细资料
-
SysUserRoleServiceImpl
public SysUserRoleServiceImpl()
-
-
方法详细资料
-
filterRole
private com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysUserRole> filterRole(com.baomidou.mybatisplus.core.conditions.query.QueryWrapper<SysUserRole> queryWrapper) 过滤 root -
list
public List<SysUserRole> list(com.baomidou.mybatisplus.core.conditions.Wrapper<SysUserRole> queryWrapper) - 指定者:
list
在接口中com.baomidou.mybatisplus.extension.service.IService<SysUserRole>
-
page
public <E extends com.baomidou.mybatisplus.core.metadata.IPage<SysUserRole>> E page(E page, com.baomidou.mybatisplus.core.conditions.Wrapper<SysUserRole> queryWrapper) - 指定者:
page
在接口中com.baomidou.mybatisplus.extension.service.IService<SysUserRole>
-
saveBatch
@Transactional(rollbackFor=java.lang.Exception.class) public boolean saveBatch(Collection<SysUserRole> entityList) - 指定者:
saveBatch
在接口中com.baomidou.mybatisplus.extension.service.IService<SysUserRole>
-