Package org.miaixz.bus.mapper
Interface Mapper<T>
- Type Parameters:
T- 泛型
- All Superinterfaces:
BasicDeleteMapper<T>,BasicInsertMapper<T>,BasicMapper<T>,BasicSelectMapper<T>,BasicUpdateMapper<T>,ConditionMapper<T>,DeleteByConditionMapper<T>,DeleteByIdsMapper<T>,DeleteByPrimaryKeyMapper<T>,DeleteMapper<T>,ExistsWithPrimaryKeyMapper<T>,IdsMapper<T>,InsertMapper<T>,InsertSelectiveMapper<T>,Marker,RowBoundsMapper<T>,SaveMapper<T>,SelectAllMapper<T>,SelectByConditionMapper<T>,SelectByConditionRowBoundsMapper<T>,SelectByIdsMapper<T>,SelectByPrimaryKeyMapper<T>,SelectCountByConditionMapper<T>,SelectCountMapper<T>,SelectMapper<T>,SelectOneByConditionMapper<T>,SelectOneMapper<T>,SelectRowBoundsMapper<T>,UpdateByConditionMapper<T>,UpdateByConditionSelectiveMapper<T>,UpdateByPrimaryKeyMapper<T>,UpdateByPrimaryKeySelectiveMapper<T>
public interface Mapper<T>
extends BasicMapper<T>, ConditionMapper<T>, IdsMapper<T>, RowBoundsMapper<T>, SaveMapper<T>, Marker
通用Mapper接口
- 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