public abstract class AbstractRepository<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<D>,D extends Entity>
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,D>
| 构造器和说明 |
|---|
AbstractRepository() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
exists(com.baomidou.mybatisplus.core.conditions.Wrapper<D> queryWrapper)
根据条件判断记录是否存在
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdpublic boolean exists(com.baomidou.mybatisplus.core.conditions.Wrapper<D> queryWrapper)
Copyright © 2023. All rights reserved.