| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.nosql | |
| online.sanen.unabo.nosql.mongodb |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Map<String,Object>> |
Bootstrap.queryMap(String tableName,
Collection<T> maps)
* If you don't want to generate entity classes, another option is to
manipulate the map instance,
QueryMap provides Add and delete
operations are provided. |
<T extends Map<String,Object>> |
Bootstrap.queryMap(String tableName,
T map) |
QueryMap |
QueryMap.setExceptFields(String... fields) |
QueryMap |
QueryMap.setFields(String... fields) |
QueryMap |
QueryMap.setPrimary(String primaryKey)
The primary key to modify
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
QueryMapMongodb |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Map<String,Object>> |
BootstrapMongodb.queryMap(String tableName,
Collection<T> maps) |
<T extends Map<String,Object>> |
BootstrapMongodb.queryMap(String tableName,
T map) |
QueryMap |
QueryMapMongodb.setExceptFields(String... fields) |
QueryMap |
QueryMapMongodb.setFields(String... fields) |
QueryMap |
QueryMapMongodb.setPrimary(String primaryKey) |
Copyright © 2023. All rights reserved.