| Package | Description |
|---|---|
| tk.mybatis.mapper.common | |
| tk.mybatis.mapper.common.base |
| Class and Description |
|---|
| ExistsWithPrimaryKeyMapper
通用Mapper接口,查询
|
| SelectAllMapper |
| SelectByPrimaryKeyMapper
通用Mapper接口,其他接口继承该接口即可
需要在Entity类中为主键字段加上@javax.persistence.Id注解,声明主键
否则无法确认实体类哪个属性是主键
|
| SelectCountMapper
通用Mapper接口,查询
|
| SelectMapper
通用Mapper接口,查询
|
| SelectOneMapper
通用Mapper接口,查询
|
| Class and Description |
|---|
| ExistsWithPrimaryKeyMapper
通用Mapper接口,查询
|
| SelectAllMapper |
| SelectByPrimaryKeyMapper
通用Mapper接口,其他接口继承该接口即可
需要在Entity类中为主键字段加上@javax.persistence.Id注解,声明主键
否则无法确认实体类哪个属性是主键
|
| SelectCountMapper
通用Mapper接口,查询
|
| SelectMapper
通用Mapper接口,查询
|
| SelectOneMapper
通用Mapper接口,查询
|
Copyright © 2022. All rights reserved.