public class AbstractCommOperate extends Object implements org.teasoft.bee.osql.CommOperate
| Modifier and Type | Field and Description |
|---|---|
protected String |
dsName |
protected org.teasoft.bee.osql.interccept.InterceptorChain |
interceptorChain |
protected org.teasoft.bee.osql.NameTranslate |
nameTranslate |
| Constructor and Description |
|---|
AbstractCommOperate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBeforePasreEntity(Object entity,
org.teasoft.bee.osql.SuidType SuidType) |
protected void |
doBeforeReturn() |
protected void |
doBeforeReturn(List list) |
String |
getDataSourceName() |
org.teasoft.bee.osql.interccept.InterceptorChain |
getInterceptorChain() |
protected void |
regCondition(org.teasoft.bee.osql.api.Condition condition) |
protected void |
regSuidType(org.teasoft.bee.osql.SuidType suidType) |
void |
setDataSourceName(String dsName) |
void |
setInterceptorChain(org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain)
全局的可以使用InterceptorChainRegistry配置;只是某个对象要使用,再使用对象配置
|
void |
setNameTranslateOneTime(org.teasoft.bee.osql.NameTranslate nameTranslate) |
protected org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain
protected String dsName
protected org.teasoft.bee.osql.NameTranslate nameTranslate
public org.teasoft.bee.osql.interccept.InterceptorChain getInterceptorChain()
getInterceptorChain in interface org.teasoft.bee.osql.CommOperatepublic void setInterceptorChain(org.teasoft.bee.osql.interccept.InterceptorChain interceptorChain)
interceptorChain - public void setNameTranslateOneTime(org.teasoft.bee.osql.NameTranslate nameTranslate)
setNameTranslateOneTime in interface org.teasoft.bee.osql.CommOperatepublic void setDataSourceName(String dsName)
setDataSourceName in interface org.teasoft.bee.osql.CommOperatepublic String getDataSourceName()
getDataSourceName in interface org.teasoft.bee.osql.CommOperateprotected void regCondition(org.teasoft.bee.osql.api.Condition condition)
protected void doBeforePasreEntity(Object entity, org.teasoft.bee.osql.SuidType SuidType)
protected void doBeforeReturn(List list)
protected void doBeforeReturn()
protected void regSuidType(org.teasoft.bee.osql.SuidType suidType)
Copyright © 2024. All rights reserved.