类 FileRecordServiceImpl

java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T>
com.diboot.core.service.impl.BaseServiceImpl<FileRecordMapper,FileRecord>
com.diboot.file.service.impl.FileRecordServiceImpl
所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<FileRecord>, com.diboot.core.service.BaseService<FileRecord>, com.diboot.core.service.GeneralService<FileRecord>, FileRecordService

@Service public class FileRecordServiceImpl extends com.diboot.core.service.impl.BaseServiceImpl<FileRecordMapper,FileRecord> implements FileRecordService
文件记录 Service 实现
版本:
v3.0.0
作者:
wind
  • 字段概要

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

    baseMapper

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

    DEFAULT_BATCH_SIZE
  • 构造器概要

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

    从类继承的方法 com.diboot.core.service.impl.BaseServiceImpl

    afterBatchCreate, afterCreate, afterDelete, afterDelete, afterUpdate, beforeBatchCreate, beforeCreate, beforeDelete, beforeDelete, beforeUpdate, buildQueryWrapperByFieldValue, convertToIPage, convertToIPage, createEntities, createEntity, createEntityAndRelatedEntities, createOrUpdateEntities, createOrUpdateEntity, createOrUpdateN2NRelations, createOrUpdateN2NRelations, createRelatedEntities, createRelatedEntity, deleteEntities, deleteEntities, deleteEntities, deleteEntity, deleteEntity, deleteEntityAndRelatedEntities, deleteRelatedEntities, deleteRelatedEntity, exists, exists, getColumnByField, getEntity, getEntityList, getEntityList, getEntityListByIds, getEntityListCount, getEntityListLimit, getId2EntityMap, getId2NameMap, getLabelValueList, getMap, getMapList, getMapList, getMapper, getPrimaryKeyValue, getSingleEntity, getValueMapOfField, getValueOfField, getValueOfField, getValueOfField, getValuesOfField, getValuesOfField, getViewObject, getViewObject, getViewObject, getViewObjectList, getViewObjectTree, isValueUnique, isValueUnique, lambdaQuery, lambdaUpdate, query, save, saveBatch, sort, sort, update, updateById, updateEntities, updateEntity, updateEntity, updateEntity, updateEntityAndRelatedEntities, updateRelatedEntities, updateRelatedEntity

    从类继承的方法 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl

    closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMapperClass, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, retBool, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 com.diboot.core.service.BaseService

    createEntityAndRelatedEntities, createOrUpdateN2NRelations, createOrUpdateN2NRelations, createRelatedEntities, createRelatedEntity, deleteEntities, deleteEntities, deleteEntities, deleteEntity, deleteEntity, deleteEntityAndRelatedEntities, deleteRelatedEntities, deleteRelatedEntity, exists, exists, getEntity, getEntityList, getEntityList, getEntityListByIds, getEntityListCount, getEntityListLimit, getId2EntityMap, getId2NameMap, getLabelValueList, getMap, getMapList, getMapList, getMapper, getSingleEntity, getValueMapOfField, getValueOfField, getValueOfField, getValueOfField, getValuesOfField, getValuesOfField, getViewObject, getViewObject, getViewObject, getViewObjectList, getViewObjectTree, isValueUnique, isValueUnique, lambdaQuery, lambdaUpdate, query, sort, sort, update, updateEntity, updateEntity, updateEntityAndRelatedEntities, updateRelatedEntities, updateRelatedEntity

    从接口继承的方法 com.diboot.core.service.GeneralService

    createEntities, createEntity, createOrUpdateEntities, createOrUpdateEntity, updateEntities, updateEntity

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

    count, count, getById, getOne, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, remove, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, removeByIds, removeByMap, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, updateBatchById
  • 构造器详细资料

    • FileRecordServiceImpl

      public FileRecordServiceImpl()