Interface Mapper<T>

Type Parameters:
T - 不能为空
All Superinterfaces:
BaseDeleteMapper<T>, BaseInsertMapper<T>, BaseMapper<T>, BaseSelectMapper<T>, BaseUpdateMapper<T>, DeleteByExampleMapper<T>, DeleteByPrimaryKeyMapper<T>, DeleteMapper<T>, ExampleMapper<T>, ExistsWithPrimaryKeyMapper<T>, InsertMapper<T>, InsertSelectiveMapper<T>, Marker, RowBoundsMapper<T>, SaveMapper<T>, SelectAllMapper<T>, SelectByExampleMapper<T>, SelectByExampleRowBoundsMapper<T>, SelectByPrimaryKeyMapper<T>, SelectCountByExampleMapper<T>, SelectCountMapper<T>, SelectMapper<T>, SelectOneByExampleMapper<T>, SelectOneMapper<T>, SelectRowBoundsMapper<T>, UpdateByExampleMapper<T>, UpdateByExampleSelectiveMapper<T>, UpdateByPrimaryKeyMapper<T>, UpdateByPrimaryKeySelectiveMapper<T>

public interface Mapper<T> extends BaseMapper<T>, ExampleMapper<T>, RowBoundsMapper<T>, SaveMapper<T>, Marker
通用Mapper接口,其他接口继承该接口即可

这是一个例子,自己扩展时可以参考

项目地址 : https://github.com/abel533/Mapper

Author:
liuzh