public class VoServiceImpl<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 |
|---|
VoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
getById(Serializable id,
Function<? super T,? extends R> action) |
<R> R |
getOne(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper,
Function<? super T,? extends R> action) |
<R> List<R> |
list(Function<? super T,? extends R> action) |
<R> List<R> |
list(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper,
Function<? super T,? extends R> action) |
<R> List<R> |
listByIds(Collection<? extends Serializable> idList,
Function<? super T,? extends R> action) |
<E extends com.baomidou.mybatisplus.core.metadata.IPage<T>,R> |
page(E page,
Function<? super T,? extends R> action) |
<E extends com.baomidou.mybatisplus.core.metadata.IPage<T>,R> |
page(E page,
com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper,
Function<? super T,? extends R> action) |
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> R getById(Serializable id, Function<? super T,? extends R> action)
public <R> R getOne(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, Function<? super T,? extends R> action)
public <E extends com.baomidou.mybatisplus.core.metadata.IPage<T>,R> com.baomidou.mybatisplus.core.metadata.IPage<R> page(E page, com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, Function<? super T,? extends R> action)
public <E extends com.baomidou.mybatisplus.core.metadata.IPage<T>,R> com.baomidou.mybatisplus.core.metadata.IPage<R> page(E page, Function<? super T,? extends R> action)
public <R> List<R> listByIds(Collection<? extends Serializable> idList, Function<? super T,? extends R> action)
public <R> List<R> list(com.baomidou.mybatisplus.core.conditions.Wrapper<T> queryWrapper, Function<? super T,? extends R> action)
Copyright © 2021. All rights reserved.