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