@Service public class EppdevTableService extends _EppdevTableService
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) EppdevColumnService |
columnService |
(专用程序包) EppdevConfService |
confService |
(专用程序包) EppdevIndexService |
indexService |
DEL_FLAG_NORMAL| 构造器和说明 |
|---|
EppdevTableService() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 BasicService<EppdevTable,EppdevTableParam>entity - 要初始化的对象public List<EppdevTable> listByVersionId(String versionId)
versionId - version idpublic EppdevTable get(String id)
BasicServiceget 在类中 BasicService<EppdevTable,EppdevTableParam>id - 数据IDCopyright © 2019. All rights reserved.