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