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