| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.api | |
| online.sanen.unabo.sql |
| 限定符和类型 | 方法和说明 |
|---|---|
<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. |
QueryMap |
Bootstrap.queryMap(String tableName,
Map<String,Object> map)
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. |
QueryMap |
QueryMap.setExceptFields(String... fields) |
QueryMap |
QueryMap.setFields(String... fields) |
QueryMap |
QueryMap.setPrimary(String primaryKey)
The primary key to modify
|
QueryMap |
QueryMap.setQualifier(boolean b) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleQueryMap |
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Map<String,Object>> |
BootstrapDevice.queryMap(String tableName,
Collection<T> maps) |
QueryMap |
BootstrapDevice.queryMap(String tableName,
Map<String,Object> map) |
QueryMap |
SimpleQueryMap.setExceptFields(String... fields) |
QueryMap |
SimpleQueryMap.setFields(String... fields) |
QueryMap |
SimpleQueryMap.setPrimary(String primary) |
QueryMap |
SimpleQueryMap.setQualifier(boolean isOpen) |
Copyright © 2023. All rights reserved.