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