| Package | Description |
|---|---|
| org.teasoft.bee.mongodb |
Function about Mongodb.
|
| org.teasoft.bee.osql |
Function about Object SQL.
|
| org.teasoft.bee.osql.service |
Interface and class about service layer.
|
| Modifier and Type | Method and Description |
|---|---|
<T> String |
MongodbBeeSql.selectWithFun(T entity,
FunctionType functionType,
String fieldForFun,
Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionType |
FunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionType[] |
FunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.having(FunctionType functionType,
String field,
Op op,
Number value)
having
eg: having(FunctionType.MIN, "field", Op.ge, 60)-->having min(field)>=60 |
Condition |
Condition.orderBy(FunctionType functionType,
String field,
OrderType orderType)
order by
eg: orderBy(FunctionType.MAX, "total", OrderType.DESC)-->order by max(total) desc |
Condition |
Condition.selectFun(FunctionType functionType,
String fieldForFun)
set for select result with function.
|
Condition |
Condition.selectFun(FunctionType functionType,
String fieldForFun,
String alias)
set for select result with function.
|
<T> String |
SuidRich.selectWithFun(T entity,
FunctionType functionType,
String fieldForFun)
Select result with one function,Just select one function.
|
<T> String |
SuidRich.selectWithFun(T entity,
FunctionType functionType,
String fieldForFun,
Condition condition)
Select result with one function,just select one function at a time.
|
<T> String |
ObjToSQLRich.toSelectFunSQL(T entity,
FunctionType functionType,
String fieldForFun,
Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
<T> String |
ObjSQLRichAbstractServiceImpl.selectWithFun(T entity,
FunctionType functionType,
String fieldForFun) |
<T> String |
ObjSQLRichAbstractServiceImpl.selectWithFun(T entity,
FunctionType functionType,
String fieldForFun,
Condition condition) |
Copyright © 2023. All rights reserved.