org.tinygroup.flowbasiccomponent
public abstract class AbstractTinydbService extends Object implements ComponentInterface
| Modifier and Type | Field and 描述 |
|---|---|
protected String |
beanType |
protected org.tinygroup.logger.Logger |
logger |
protected String |
resultKey |
protected String |
schema |
| Constructor and 描述 |
|---|
AbstractTinydbService() |
| Modifier and Type | Method and 描述 |
|---|---|
void |
execute(org.tinygroup.context.Context context) |
String |
getBeanType() |
String |
getResultKey() |
String |
getSchema() |
void |
setBeanType(String beanType) |
void |
setResultKey(String resultKey) |
void |
setSchema(String schema) |
abstract void |
tinyService(Bean bean,
org.tinygroup.context.Context context,
DBOperator operator) |
protected String beanType
protected String resultKey
protected String schema
protected org.tinygroup.logger.Logger logger
public String getBeanType()
public void setBeanType(String beanType)
public String getSchema()
public void setSchema(String schema)
public String getResultKey()
public void setResultKey(String resultKey)
public void execute(org.tinygroup.context.Context context)
execute 接口 {1} 中的 {0} ComponentInterfacepublic abstract void tinyService(Bean bean, org.tinygroup.context.Context context, DBOperator operator)
Copyright © 2006–2015 TinyGroup. All rights reserved.