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