| Package | Description |
|---|---|
| org.teasoft.bee.mongodb |
Function about Mongodb.
|
| Modifier and Type | Method and Description |
|---|---|
MongoSqlStruct |
MongoSqlStruct.copy() |
| Modifier and Type | Method and Description |
|---|---|
<T> String |
MongodbBeeSql.count(MongoSqlStruct struct,
Class<T> entityClass) |
<T> List<T> |
MongodbBeeSql.select(MongoSqlStruct struct,
Class<T> entityClass) |
<T> String |
MongodbBeeSql.selectJson(MongoSqlStruct struct,
Class<T> entityClass) |
<T> List<String[]> |
MongodbBeeSql.selectString(MongoSqlStruct struct,
Class<T> entityClass) |
<T> String |
MongodbBeeSql.selectWithFun(MongoSqlStruct struct,
Class<T> entityClass) |
<T> int |
MongodbBeeSql.updateOrDelete(MongoSqlStruct struct) |
Copyright © 2025. All rights reserved.