| Interface | Description |
|---|---|
| ExistsWithPrimaryKeyMapper<T> |
通用Mapper接口,查询
|
| SelectAllMapper<T> |
通用Mapper接口,查询全部
|
| SelectByPrimaryKeyMapper<T> |
通用Mapper接口,其他接口继承该接口即可
|
| SelectCountMapper<T> |
通用Mapper接口,查询
|
| SelectMapper<T> |
通用Mapper接口,查询
|
| SelectOneMapper<T> |
通用Mapper接口,查询
|
Copyright © 2020. All rights reserved.