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