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