public class MapServiceImpl<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T extends com.baomidou.mybatisplus.extension.activerecord.Model<T>>
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T>
| Constructor and Description |
|---|
MapServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
collect(Collector<? super T,A,R> collector) |
<R,A> R |
collect(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper,
Collector<? super T,A,R> collector) |
<R,A> R |
collectByIds(Collection<? extends Serializable> idList,
Collector<? super T,A,R> collector) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, 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, removeById, removeById, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateByIdpublic <R,A> R collectByIds(Collection<? extends Serializable> idList, Collector<? super T,A,R> collector)
public <R,A> R collect(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, Collector<? super T,A,R> collector)
Copyright © 2021. All rights reserved.