Interface BaseMapper<T>

All Superinterfaces:
org.miaixz.bus.mapper.common.basic.BasicDeleteMapper<T>, org.miaixz.bus.mapper.common.basic.BasicInsertMapper<T>, org.miaixz.bus.mapper.common.BasicMapper<T>, org.miaixz.bus.mapper.common.basic.BasicSelectMapper<T>, org.miaixz.bus.mapper.common.basic.BasicUpdateMapper<T>, org.miaixz.bus.mapper.common.ConditionMapper<T>, org.miaixz.bus.mapper.common.condition.DeleteByConditionMapper<T>, org.miaixz.bus.mapper.common.ids.DeleteByIdsMapper<T>, org.miaixz.bus.mapper.common.basic.delete.DeleteByPrimaryKeyMapper<T>, org.miaixz.bus.mapper.common.basic.delete.DeleteMapper<T>, org.miaixz.bus.mapper.common.basic.select.ExistsWithPrimaryKeyMapper<T>, org.miaixz.bus.mapper.common.IdsMapper<T>, org.miaixz.bus.mapper.common.basic.insert.InsertMapper<T>, org.miaixz.bus.mapper.common.basic.insert.InsertSelectiveMapper<T>, Mapper<T>, org.miaixz.bus.mapper.Mapper<T>, org.miaixz.bus.mapper.Marker, org.miaixz.bus.mapper.common.RowBoundsMapper<T>, org.miaixz.bus.mapper.common.SaveMapper<T>, org.miaixz.bus.mapper.common.basic.select.SelectAllMapper<T>, org.miaixz.bus.mapper.common.condition.SelectByConditionMapper<T>, org.miaixz.bus.mapper.common.rowbounds.SelectByConditionRowBoundsMapper<T>, org.miaixz.bus.mapper.common.ids.SelectByIdsMapper<T>, org.miaixz.bus.mapper.common.basic.select.SelectByPrimaryKeyMapper<T>, org.miaixz.bus.mapper.common.condition.SelectCountByConditionMapper<T>, org.miaixz.bus.mapper.common.basic.select.SelectCountMapper<T>, org.miaixz.bus.mapper.common.basic.select.SelectMapper<T>, org.miaixz.bus.mapper.common.condition.SelectOneByConditionMapper<T>, org.miaixz.bus.mapper.common.basic.select.SelectOneMapper<T>, org.miaixz.bus.mapper.common.rowbounds.SelectRowBoundsMapper<T>, org.miaixz.bus.mapper.common.condition.UpdateByConditionMapper<T>, org.miaixz.bus.mapper.common.condition.UpdateByConditionSelectiveMapper<T>, org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeyMapper<T>, org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeySelectiveMapper<T>

public interface BaseMapper<T> extends Mapper<T>
BaseMapper 接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Methods inherited from interface org.miaixz.bus.mapper.common.condition.DeleteByConditionMapper

    deleteByCondition

    Methods inherited from interface org.miaixz.bus.mapper.common.ids.DeleteByIdsMapper

    deleteByIds

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.delete.DeleteByPrimaryKeyMapper

    deleteByPrimaryKey

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.delete.DeleteMapper

    delete

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.ExistsWithPrimaryKeyMapper

    existsWithPrimaryKey

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.insert.InsertMapper

    insert

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.insert.InsertSelectiveMapper

    insertSelective

    Methods inherited from interface org.miaixz.bus.mapper.common.SaveMapper

    save

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectAllMapper

    selectAll

    Methods inherited from interface org.miaixz.bus.mapper.common.condition.SelectByConditionMapper

    selectByCondition

    Methods inherited from interface org.miaixz.bus.mapper.common.rowbounds.SelectByConditionRowBoundsMapper

    selectByConditionAndRowBounds

    Methods inherited from interface org.miaixz.bus.mapper.common.ids.SelectByIdsMapper

    selectByIds

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectByPrimaryKeyMapper

    selectByPrimaryKey

    Methods inherited from interface org.miaixz.bus.mapper.common.condition.SelectCountByConditionMapper

    selectCountByCondition

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectCountMapper

    selectCount

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectMapper

    select

    Methods inherited from interface org.miaixz.bus.mapper.common.condition.SelectOneByConditionMapper

    selectOneByCondition

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectOneMapper

    selectOne

    Methods inherited from interface org.miaixz.bus.mapper.common.rowbounds.SelectRowBoundsMapper

    selectByRowBounds

    Methods inherited from interface org.miaixz.bus.mapper.common.condition.UpdateByConditionMapper

    updateByCondition

    Methods inherited from interface org.miaixz.bus.mapper.common.condition.UpdateByConditionSelectiveMapper

    updateByConditionSelective

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeyMapper

    updateByPrimaryKey

    Methods inherited from interface org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeySelectiveMapper

    updateByPrimaryKeySelective