public abstract class _EppdevConfService extends BasicService<EppdevConf,EppdevConfParam>
| Modifier and Type | Field and Description |
|---|---|
(package private) EppdevConfDao |
dao |
DEL_FLAG_NORMAL| Constructor and Description |
|---|
_EppdevConfService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(EppdevConf entity)
业务上根据逻辑主键判断此数据是否存在
|
EppdevConfDao |
getDao()
获取此处要使用的Dao对象,之所以要这样做,为了实现自动生成的Dao配置文件和可以修改的配置文件的分离
|
@Autowired EppdevConfDao dao
public EppdevConfDao getDao()
BasicServicegetDao in class BasicService<EppdevConf,EppdevConfParam>public boolean exists(EppdevConf entity)
BasicServiceexists in class BasicService<EppdevConf,EppdevConfParam>entity - 要判断的对象Copyright © 2019. All rights reserved.