add multi unique support
添加多个unique index支持,调整unique接口名。 FetchUniqueBy[xxx]
This commit is contained in:
@@ -57,6 +57,6 @@
|
||||
### Index access
|
||||
|
||||
`FetchByPrimaryKey` : Primary key acquisition
|
||||
`FetchByUnique` : Get by unique index
|
||||
`FetchUniqueBy[xxx]` : Get by unique index
|
||||
`FetchIndexBy[xxx]` : Composite index fetch (multiple returned)
|
||||
`FetchUniqueIndexBy[xxx]` : Unique composite index fetch (return one)
|
||||
@@ -53,6 +53,6 @@
|
||||
|
||||
### 索引方式获取
|
||||
`FetchByPrimaryKey` : 主键获取
|
||||
`FetchByUnique` : 唯一索引方式获取
|
||||
`FetchUniqueBy[xxx]` : 唯一索引方式获取
|
||||
`FetchIndexBy[xxx]` : 复合索引获取(返回多个)
|
||||
`FetchUniqueIndexBy[xxx]` : 唯一复合索引获取(返回一个)
|
||||
Reference in New Issue
Block a user