| 程序包 | 说明 |
|---|---|
| me.wuwenbin.modules.repository.api.open | |
| me.wuwenbin.modules.repository.api.open.crud |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IBaseCrudRepository<T,PK>
created by Wuwenbin on 2017/10/28 at 10:44
|
interface |
IPageAndSortRepository<T,PK>
分页信息获取接口
created by Wuwenbin on 2017/10/29 at 11:12
|
interface |
IRandomRepository<T,PK>
随机查询接口
Base结尾的表示仅仅使用rand() 函数作为随机条件,适用于少数记录的数据库
Effect结尾的随机查询效率较高
created by Wuwenbin on 2018/2/20 at 14:01
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ICreateRepository<T,PK>
created by Wuwenbin on 2018/2/20 at 13:53
|
interface |
IDeleteRepository<T,PK>
created by Wuwenbin on 2018/2/20 at 13:53
|
interface |
IReadRepository<T,PK>
created by Wuwenbin on 2018/2/20 at 13:53
|
interface |
IUpdateRepository<T,PK>
created by Wuwenbin on 2018/2/20 at 13:53
|
Copyright © 2018. All rights reserved.