Interface BasicMapper<T>

Type Parameters:
T - 泛型
All Superinterfaces:
BasicDeleteMapper<T>, BasicInsertMapper<T>, BasicSelectMapper<T>, BasicUpdateMapper<T>, DeleteByPrimaryKeyMapper<T>, DeleteMapper<T>, ExistsWithPrimaryKeyMapper<T>, InsertMapper<T>, InsertSelectiveMapper<T>, SelectAllMapper<T>, SelectByPrimaryKeyMapper<T>, SelectCountMapper<T>, SelectMapper<T>, SelectOneMapper<T>, UpdateByPrimaryKeyMapper<T>, UpdateByPrimaryKeySelectiveMapper<T>
All Known Subinterfaces:
Mapper<T>

public interface BasicMapper<T> extends BasicSelectMapper<T>, BasicInsertMapper<T>, BasicUpdateMapper<T>, BasicDeleteMapper<T>
通用Mapper接口,其他接口继承该接口即可
Since:
Java 17+
Author:
Kimi Liu