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