public class MoreObjSQL extends Object implements org.teasoft.bee.osql.MoreTable
| Constructor and Description |
|---|
MoreObjSQL() |
| Modifier and Type | Method and Description |
|---|---|
org.teasoft.bee.osql.BeeSql |
getBeeSql() |
String |
getDataSourceName() |
org.teasoft.bee.osql.interccept.InterceptorChain |
getInterceptorChain() |
org.teasoft.bee.osql.MoreObjToSQL |
getMoreObjToSQL() |
<T> List<T> |
select(T entity) |
<T> List<T> |
select(T entity,
org.teasoft.bee.osql.Condition condition) |
<T> List<T> |
select(T entity,
int start,
int size) |
void |
setBeeSql(org.teasoft.bee.osql.BeeSql beeSql) |
void |
setDataSourceName(String dsName) |
MoreObjSQL |
setDynamicParameter(String para,
String value) |
void |
setInterceptorChain(org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain) |
void |
setMoreObjToSQL(org.teasoft.bee.osql.MoreObjToSQL moreObjToSQL) |
void |
setNameTranslate(org.teasoft.bee.osql.NameTranslate nameTranslate) |
public <T> List<T> select(T entity)
select in interface org.teasoft.bee.osql.MoreTablepublic <T> List<T> select(T entity, int start, int size)
select in interface org.teasoft.bee.osql.MoreTablepublic <T> List<T> select(T entity, org.teasoft.bee.osql.Condition condition)
select in interface org.teasoft.bee.osql.MoreTablepublic MoreObjSQL setDynamicParameter(String para, String value)
setDynamicParameter in interface org.teasoft.bee.osql.MoreTablepublic org.teasoft.bee.osql.BeeSql getBeeSql()
public void setBeeSql(org.teasoft.bee.osql.BeeSql beeSql)
public org.teasoft.bee.osql.MoreObjToSQL getMoreObjToSQL()
public void setMoreObjToSQL(org.teasoft.bee.osql.MoreObjToSQL moreObjToSQL)
public void setNameTranslate(org.teasoft.bee.osql.NameTranslate nameTranslate)
setNameTranslate in interface org.teasoft.bee.osql.CommOperatepublic org.teasoft.bee.osql.interccept.InterceptorChain getInterceptorChain()
getInterceptorChain in interface org.teasoft.bee.osql.CommOperatepublic void setInterceptorChain(org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain)
public void setDataSourceName(String dsName)
setDataSourceName in interface org.teasoft.bee.osql.CommOperatepublic String getDataSourceName()
getDataSourceName in interface org.teasoft.bee.osql.CommOperateCopyright © 2023. All rights reserved.