| 程序包 | 说明 |
|---|---|
| online.sanen.unabo.nosql | |
| online.sanen.unabo.nosql.mongodb |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> QueryEntity |
Bootstrap.query(Collection<T> entrys) |
<T> QueryEntity |
Bootstrap.query(T entry) |
QueryEntity |
QueryEntity.setExceptFields(String... fields)
All other fields are involved
|
QueryEntity |
QueryEntity.setFields(String... fields)
Sets the fields that participate in the operation, with the highest priority
to override the fields of the entity class
|
QueryEntity |
QueryEntity.setTableName(String tableName)
Set the table name, which has the highest priority to override the bean name
and
Table annotation |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> QueryEntity |
BootstrapMongodb.query(Collection<T> entities) |
<T> QueryEntity |
BootstrapMongodb.query(T entry) |
QueryEntity |
QueryEntityMongodb.setExceptFields(String... fields) |
QueryEntity |
QueryEntityMongodb.setFields(String... fields) |
QueryEntity |
QueryEntityMongodb.setTableName(String tableName) |
Copyright © 2023. All rights reserved.