类 ProfileServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<ProfileDao,Profile>
org.miowing.mioverify.service.impl.ProfileServiceImpl
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<Profile>,ProfileService
@Service
public class ProfileServiceImpl
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<ProfileDao,Profile>
implements ProfileService
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
baseMapper, entityClass, log, mapperClass从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getByCapeHash(String hash) getByNames(String[] names) getBySkinHash(String hash) getByUserId(String userId) 从类继承的方法 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, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
-
构造器详细资料
-
ProfileServiceImpl
public ProfileServiceImpl()
-
-
方法详细资料
-
getByUserId
- 指定者:
getByUserId在接口中ProfileService
-
getByName
- 指定者:
getByName在接口中ProfileService
-
getByNames
- 指定者:
getByNames在接口中ProfileService
-
getBySkinHash
- 指定者:
getBySkinHash在接口中ProfileService
-
getByCapeHash
- 指定者:
getByCapeHash在接口中ProfileService
-