类 SchemaService

java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SchemeMapper,Scheme>
com.jeeplus.devtools.service.SchemaService
所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<Scheme>

@Service @Transactional public class SchemaService extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SchemeMapper,Scheme>
生成方案Service
版本:
2021-10-15
作者:
jeeplus
  • 字段概要

    从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl

    baseMapper, entityClass, log, mapperClass, typeArguments

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

    DEFAULT_BATCH_SIZE
  • 构造器概要

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

    修饰符和类型
    方法
    说明
    void
    createMenu(SchemeDTO scheme, Menu topMenu)
     
     

    从类继承的方法 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, getById, getOne, 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, removeById, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateById
  • 构造器详细资料

    • SchemaService

      public SchemaService()
  • 方法详细资料

    • saveOrUpdate

      public String saveOrUpdate(SchemeDTO schemeDTO) throws Exception
      抛出:
      Exception
    • createMenu

      @CacheEvict(cacheNames={"sys:cache:menu","user:cache:dataRuleList","user:cache:topMenu","user:cache:menuList"}, allEntries=true) public void createMenu(SchemeDTO scheme, Menu topMenu)