类 UserServiceImpl
- java.lang.Object
-
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<UserMapper,UserEntity>
-
- cn.woodwhales.common.example.relation.service.UserServiceImpl
-
- 所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<UserEntity>
@Service public class UserServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<UserMapper,UserEntity>
- 作者:
- woodwhales on 2022-09-09 17:09
-
-
构造器概要
构造器 构造器 说明 UserServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<OrderEntity>getOrderListByUserId(Long userId)List<RoleEntity>getRoleListByUserId(Long 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, 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
-
-
-
-
方法详细资料
-
getRoleListByUserId
public List<RoleEntity> getRoleListByUserId(Long userId)
-
getOrderListByUserId
public List<OrderEntity> getOrderListByUserId(Long userId)
-
-