public abstract class AbstractTinydbService extends Object implements ComponentInterface
Modifier and Type | Field and Description |
---|---|
protected String |
beanType |
protected Logger |
logger |
protected String |
resultKey |
protected String |
schema |
Constructor and Description |
---|
AbstractTinydbService() |
Modifier and Type | Method and Description |
---|---|
void |
execute(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,
Context context,
DBOperator operator) |
protected String beanType
protected String resultKey
protected String schema
protected 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(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public abstract void tinyService(Bean bean, Context context, DBOperator operator)
Copyright © 2006–2018 TinyGroup. All rights reserved.