接口 DmeMapper<T>

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

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

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

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    executeList(com.mybatisflex.core.query.QueryWrapper queryWrapper)
    查询列表-华为idme则是查询高代码编排
    com.mybatisflex.core.paginate.Page<T>
    executePaginate(Number pageNumber, Number pageSize, com.mybatisflex.core.query.QueryWrapper queryWrapper)
    分页查询-华为idme则是查询高代码编排
    int
    updateBatch(List<T> entities)
    批量更新
    int
    updateBatch(List<T> entities, boolean ignoreNulls)
    批量更新

    从接口继承的方法 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
  • 方法详细资料

    • executePaginate

      com.mybatisflex.core.paginate.Page<T> executePaginate(Number pageNumber, Number pageSize, com.mybatisflex.core.query.QueryWrapper queryWrapper)
      分页查询-华为idme则是查询高代码编排
      参数:
      pageNumber -
      pageSize -
      queryWrapper -
      返回:
    • executeList

      List<T> executeList(com.mybatisflex.core.query.QueryWrapper queryWrapper)
      查询列表-华为idme则是查询高代码编排
      参数:
      queryWrapper -
      返回:
    • updateBatch

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

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