Package org.miaixz.bus.base.mapper
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>
BaseMapper 接口
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods inherited from interface org.miaixz.bus.mapper.common.condition.DeleteByConditionMapper
deleteByConditionMethods inherited from interface org.miaixz.bus.mapper.common.ids.DeleteByIdsMapper
deleteByIdsMethods inherited from interface org.miaixz.bus.mapper.common.basic.delete.DeleteByPrimaryKeyMapper
deleteByPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.delete.DeleteMapper
deleteMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.ExistsWithPrimaryKeyMapper
existsWithPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.insert.InsertMapper
insertMethods inherited from interface org.miaixz.bus.mapper.common.basic.insert.InsertSelectiveMapper
insertSelectiveMethods inherited from interface org.miaixz.bus.mapper.common.SaveMapper
saveMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectAllMapper
selectAllMethods inherited from interface org.miaixz.bus.mapper.common.condition.SelectByConditionMapper
selectByConditionMethods inherited from interface org.miaixz.bus.mapper.common.rowbounds.SelectByConditionRowBoundsMapper
selectByConditionAndRowBoundsMethods inherited from interface org.miaixz.bus.mapper.common.ids.SelectByIdsMapper
selectByIdsMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectByPrimaryKeyMapper
selectByPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.condition.SelectCountByConditionMapper
selectCountByConditionMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectCountMapper
selectCountMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectMapper
selectMethods inherited from interface org.miaixz.bus.mapper.common.condition.SelectOneByConditionMapper
selectOneByConditionMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectOneMapper
selectOneMethods inherited from interface org.miaixz.bus.mapper.common.rowbounds.SelectRowBoundsMapper
selectByRowBoundsMethods inherited from interface org.miaixz.bus.mapper.common.condition.UpdateByConditionMapper
updateByConditionMethods inherited from interface org.miaixz.bus.mapper.common.condition.UpdateByConditionSelectiveMapper
updateByConditionSelectiveMethods inherited from interface org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeyMapper
updateByPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeySelectiveMapper
updateByPrimaryKeySelective