Package com.github.yulichang.base
Interface MPJBaseMapper<T>
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,JoinMapper<T>,com.baomidou.mybatisplus.core.mapper.Mapper<T>
public interface MPJBaseMapper<T>
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>, JoinMapper<T>
- Author:
- yulichang
- See Also:
-
BaseMapper
-
Method Summary
Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateByIdMethods inherited from interface com.github.yulichang.base.JoinMapper
deleteJoin, selectJoinCount, selectJoinList, selectJoinList, selectJoinMap, selectJoinMaps, selectJoinMapsPage, selectJoinOne, selectJoinOne, selectJoinPage, selectJoinPage, updateJoin, updateJoinAndNull