类 RoleServiceImpl

java.lang.Object
com.baomidou.mybatisplus.extension.repository.AbstractRepository<M,T>
com.baomidou.mybatisplus.extension.repository.CrudRepository<M,T>
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<IRoleMapper,SysRole>
com.hengyi.xbaseweb.system.service.impl.RoleServiceImpl
所有已实现的接口:
com.baomidou.mybatisplus.extension.repository.IRepository<SysRole>, com.baomidou.mybatisplus.extension.service.IService<SysRole>, IRoleService

@Service public class RoleServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<IRoleMapper,SysRole> implements IRoleService
Created:2019/3/26 Time:17:00 Author:dongzp Email:90fanhua@gmail.com Project:xbaseweb-plus Use:
  • 字段概要

    从类继承的字段 com.baomidou.mybatisplus.extension.repository.CrudRepository

    baseMapper

    从类继承的字段 com.baomidou.mybatisplus.extension.repository.AbstractRepository

    log

    从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository

    DEFAULT_BATCH_SIZE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    delete(String role)
    删除角色
    查询所有角色

    从类继承的方法 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

    从接口继承的方法 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

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

    removeBatchByIds, saveBatch, saveOrUpdateBatch, updateBatchById