public interface MPJJoinService<T>
extends com.baomidou.mybatisplus.extension.service.IService<T>
IService| 限定符和类型 | 方法和说明 |
|---|---|
default Integer |
selectJoinCount(MPJBaseJoin wrapper)
根据 Wrapper 条件,查询总记录数
|
default <DTO> List<DTO> |
selectJoinList(Class<DTO> clazz,
MPJBaseJoin wrapper)
连接查询返回集合
|
default <DTO,P extends com.baomidou.mybatisplus.core.metadata.IPage<?>> |
selectJoinListPage(P page,
Class<DTO> clazz,
MPJBaseJoin wrapper)
连接查询返回集合并分页
|
default Map<String,Object> |
selectJoinMap(MPJBaseJoin wrapper)
连接查询返回Map
|
default List<Map<String,Object>> |
selectJoinMaps(MPJBaseJoin wrapper)
连接查询返回Map集合
|
default <P extends com.baomidou.mybatisplus.core.metadata.IPage<Map<String,Object>>> |
selectJoinMapsPage(P page,
MPJBaseJoin wrapper)
连接查询返回Map集合并分页
|
default <DTO> DTO |
selectJoinOne(Class<DTO> clazz,
MPJBaseJoin wrapper)
连接查询返回一条记录
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIddefault Integer selectJoinCount(MPJBaseJoin wrapper)
default <DTO> DTO selectJoinOne(Class<DTO> clazz, MPJBaseJoin wrapper)
default <DTO> List<DTO> selectJoinList(Class<DTO> clazz, MPJBaseJoin wrapper)
default <DTO,P extends com.baomidou.mybatisplus.core.metadata.IPage<?>> com.baomidou.mybatisplus.core.metadata.IPage<DTO> selectJoinListPage(P page,
Class<DTO> clazz,
MPJBaseJoin wrapper)
default Map<String,Object> selectJoinMap(MPJBaseJoin wrapper)
default List<Map<String,Object>> selectJoinMaps(MPJBaseJoin wrapper)
Copyright © 2021. All rights reserved.