@Service public class EppdevTableService extends _EppdevTableService
| Modifier and Type | Field and Description |
|---|---|
(package private) EppdevColumnService |
columnService |
(package private) EppdevConfService |
confService |
(package private) EppdevIndexService |
indexService |
DEL_FLAG_NORMAL| Constructor and Description |
|---|
EppdevTableService() |
| Modifier and Type | Method and Description |
|---|---|
void |
customeInit(EppdevTable entity)
数据保存前自定义的初始化操作,数据的初始化
|
EppdevTable |
get(String id)
获取一条数据
|
List<EppdevTable> |
listByVersionId(String versionId)
list tables for the specified version
|
exists, getDao@Autowired EppdevColumnService columnService
@Autowired EppdevIndexService indexService
@Autowired EppdevConfService confService
public void customeInit(EppdevTable entity)
BasicServicecustomeInit in class BasicService<EppdevTable,EppdevTableParam>entity - 要初始化的对象public List<EppdevTable> listByVersionId(String versionId)
versionId - version idpublic EppdevTable get(String id)
BasicServiceget in class BasicService<EppdevTable,EppdevTableParam>id - 数据IDCopyright © 2019. All rights reserved.