类 OrderServiceImpl

  • 所有已实现的接口:
    com.baomidou.mybatisplus.extension.service.IService<OrderEntity>

    @Service
    public class OrderServiceImpl
    extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OrderMapper,​OrderEntity>
    作者:
    woodwhales on 2022-09-12 17:43
    • 字段概要

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

        baseMapper, entityClass, log, mapperClass
      • 从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

        DEFAULT_BATCH_SIZE
    • 方法概要

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

        closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById
      • 从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

        count, count, getById, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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
    • 构造器详细资料

      • OrderServiceImpl

        public OrderServiceImpl()