| 接口 | 说明 |
|---|---|
| ExistsWithPrimaryKeyMapper<T> |
通用Mapper接口,查询
|
| SelectAllMapper<T> | |
| SelectByPrimaryKeyMapper<T> |
通用Mapper接口,其他接口继承该接口即可
这是一个例子,自己扩展时可以参考
项目地址 : https://github.com/abel533/Mapper
|
| SelectCountMapper<T> |
通用Mapper接口,查询
|
| SelectMapper<T> |
通用Mapper接口,查询
|
| SelectOneMapper<T> |
通用Mapper接口,查询
|
Copyright © 2017. All rights reserved.