public interface BaseMapper<T>
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
insertBatchSomeColumn(List<T> entityList)
批量插入 仅适用于mysql
|
Boolean |
insertOrUpdateBath(List<T> list)
自定义批量新增或更新
需要配合自定注解 DuplicateSql 使用
|
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateByIdCopyright © 2024. All rights reserved.