接口 DbMapper<T>

所有超级接口:
com.mybatisflex.core.BaseMapper<T>
所有已知实现类:
DbMapperSupport

public interface DbMapper<T> extends com.mybatisflex.core.BaseMapper<T>
  • 字段概要

    从接口继承的字段 com.mybatisflex.core.BaseMapper

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    updateBatch(List<T> entities)
    批量更新
    int
    updateBatch(List<T> entities, boolean ignoreNulls)
    批量更新(手动控制忽略空,false不忽略)

    从接口继承的方法 com.mybatisflex.core.BaseMapper

    delete, deleteBatchByIds, deleteBatchByIds, deleteByCondition, deleteById, deleteByMap, deleteByQuery, insert, insert, insertBatch, insertBatch, insertBatchSelective, insertBatchSelective, insertOrUpdate, insertOrUpdate, insertOrUpdateSelective, insertSelective, insertSelectiveWithPk, insertWithPk, insertWithPk, paginate, paginate, paginate, paginate, paginate, paginate, paginateAs, paginateAs, paginateAs, paginateAs, paginateWithRelations, paginateWithRelations, paginateWithRelations, paginateWithRelations, paginateWithRelations, paginateWithRelations, paginateWithRelationsAs, paginateWithRelationsAs, paginateWithRelationsAs, paginateWithRelationsAs, selectAll, selectAllWithRelations, selectCountByCondition, selectCountByQuery, selectCursorByQuery, selectCursorByQueryAs, selectListByCondition, selectListByCondition, selectListByIds, selectListByMap, selectListByMap, selectListByQuery, selectListByQuery, selectListByQueryAs, selectListByQueryAs, selectListWithRelationsByQuery, selectListWithRelationsByQueryAs, selectListWithRelationsByQueryAs, selectObjectByQuery, selectObjectByQueryAs, selectObjectListByQuery, selectObjectListByQueryAs, selectOneByCondition, selectOneByEntityId, selectOneById, selectOneByMap, selectOneByQuery, selectOneByQueryAs, selectOneWithRelationsByCondition, selectOneWithRelationsById, selectOneWithRelationsByIdAs, selectOneWithRelationsByMap, selectOneWithRelationsByQuery, selectOneWithRelationsByQueryAs, selectRowsByQuery, update, update, updateByCondition, updateByCondition, updateByMap, updateByMap, updateByQuery, updateByQuery, xmlPaginate, xmlPaginate, xmlPaginate, xmlPaginate
  • 方法详细资料

    • updateBatch

      int updateBatch(List<T> entities)
      批量更新
      参数:
      entities -
      返回:
    • updateBatch

      int updateBatch(List<T> entities, boolean ignoreNulls)
      批量更新(手动控制忽略空,false不忽略)
      参数:
      entities -
      ignoreNulls -
      返回: