| 程序包 | 说明 |
|---|---|
| org.teasoft.bee.osql | |
| org.teasoft.bee.osql.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static IncludeType |
IncludeType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IncludeType[] |
IncludeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> int |
SuidRich.delete(T entity,
IncludeType includeType)
根据实体对象entity删除数据
|
<T> int |
SuidRich.insert(T entity,
IncludeType includeType)
根据实体对象entity插入数据
|
<T> List<T> |
SuidRich.select(T entity,
IncludeType includeType)
根据实体对象entity查询数据
|
<T> String |
SuidRich.selectJson(T entity,
IncludeType includeType)
根据实体对象entity查询数据
|
<T> String |
ObjToSQLRich.toDeleteSQL(T entity,
IncludeType includeType) |
<T> String |
ObjToSQLRich.toInsertSQL(T entity,
IncludeType includeType) |
<T> String |
ObjToSQLRich.toSelectSQL(T entity,
IncludeType includeType) |
<T> String |
ObjToSQLRich.toUpdateSQL(T entity,
IncludeType includeType) |
<T> String |
ObjToSQLRich.toUpdateSQL(T entity,
String updateFieldList,
IncludeType includeType) |
<T> int |
SuidRich.update(T entity,
IncludeType includeType)
根据实体对象entity更新数据
|
<T> int |
SuidRich.update(T entity,
String updateFieldList,
IncludeType includeType)
根据实体对象entity更新数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> int |
ObjSQLRichAbstractServiceImpl.delete(T entity,
IncludeType includeType) |
<T> int |
ObjSQLRichAbstractServiceImpl.insert(T entity,
IncludeType includeType) |
<T> List<T> |
ObjSQLRichAbstractServiceImpl.select(T entity,
IncludeType includeType) |
<T> String |
ObjSQLRichAbstractServiceImpl.selectJson(T entity,
IncludeType includeType) |
<T> int |
ObjSQLRichAbstractServiceImpl.update(T entity,
IncludeType includeType) |
<T> int |
ObjSQLRichAbstractServiceImpl.update(T entity,
String updateFieldList,
IncludeType includeType) |
Copyright © 2019. All rights reserved.