public abstract class _EppdevTableService extends BasicService<EppdevTable,EppdevTableParam>
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) EppdevTableDao |
dao |
DEL_FLAG_NORMAL| 构造器和说明 |
|---|
_EppdevTableService() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
exists(EppdevTable entity)
业务上根据逻辑主键判断此数据是否存在
|
EppdevTableDao |
getDao()
获取此处要使用的Dao对象,之所以要这样做,为了实现自动生成的Dao配置文件和可以修改的配置文件的分离
|
@Autowired EppdevTableDao dao
public EppdevTableDao getDao()
BasicServicegetDao 在类中 BasicService<EppdevTable,EppdevTableParam>public boolean exists(EppdevTable entity)
BasicServiceexists 在类中 BasicService<EppdevTable,EppdevTableParam>entity - 要判断的对象Copyright © 2019. All rights reserved.