public class QueryTBDevice extends Object implements online.sanen.cdm.QueryTB
| 构造器和说明 |
|---|
QueryTBDevice(online.sanen.cdm.component.Manager manager,
String tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
online.sanen.cdm.QueryTB |
addCondition(online.sanen.cdm.basic.Condition... conditions) |
online.sanen.cdm.QueryTB |
addCondition(String fieldName,
online.sanen.cdm.basic.Condition.Conditions conditions) |
online.sanen.cdm.QueryTB |
addCondition(String fieldName,
online.sanen.cdm.basic.Condition.Conditions conditions,
Object value) |
online.sanen.cdm.QueryTB |
addEntry(Class<? extends online.sanen.cdm.basic.BasicBean> entry) |
<T> List<T> |
limit(Integer... args) |
<T> List<T> |
list() |
int |
remove() |
online.sanen.cdm.QueryTB |
setExceptFields(String... fields) |
online.sanen.cdm.QueryTB |
setFields(String... fields) |
online.sanen.cdm.QueryTB |
sort(online.sanen.cdm.Sorts sorts,
String... fields) |
<T> T |
uniqueResult() |
public QueryTBDevice(online.sanen.cdm.component.Manager manager,
String tableName)
public online.sanen.cdm.QueryTB addEntry(Class<? extends online.sanen.cdm.basic.BasicBean> entry)
addEntry 在接口中 online.sanen.cdm.QueryTBpublic online.sanen.cdm.QueryTB addCondition(String fieldName, online.sanen.cdm.basic.Condition.Conditions conditions)
addCondition 在接口中 online.sanen.cdm.QueryTBpublic online.sanen.cdm.QueryTB addCondition(String fieldName, online.sanen.cdm.basic.Condition.Conditions conditions, Object value)
addCondition 在接口中 online.sanen.cdm.QueryTBpublic online.sanen.cdm.QueryTB addCondition(online.sanen.cdm.basic.Condition... conditions)
addCondition 在接口中 online.sanen.cdm.QueryTBpublic online.sanen.cdm.QueryTB sort(online.sanen.cdm.Sorts sorts,
String... fields)
sort 在接口中 online.sanen.cdm.QueryTBpublic online.sanen.cdm.QueryTB setFields(String... fields)
setFields 在接口中 online.sanen.cdm.QueryTBpublic online.sanen.cdm.QueryTB setExceptFields(String... fields)
setExceptFields 在接口中 online.sanen.cdm.QueryTBpublic <T> T uniqueResult()
uniqueResult 在接口中 online.sanen.cdm.QueryTBpublic <T> List<T> list()
list 在接口中 online.sanen.cdm.QueryTBpublic int remove()
remove 在接口中 online.sanen.cdm.QueryTBCopyright © 2018. All rights reserved.