类 BaseService<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T>
- java.lang.Object
-
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T>
-
- me.youm.boot.web.base.BaseService<M,T>
-
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<T>
public abstract class BaseService<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T> extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T>Base Service- 作者:
- youta
-
-
构造器概要
构造器 构造器 说明 BaseService()
-
方法概要
-
从类继承的方法 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
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 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
-
-