@Service @Transactional(rollbackFor=java.lang.Exception.class) public class CoreWarnServiceImpl extends BaseServiceImpl<CoreWarn> implements CoreWarnService
构造器和说明 |
---|
CoreWarnServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
CoreWarn |
addEntity(CoreWarn entity)
新增实体并返回实体
|
java.util.List<CoreWarn> |
findList(java.util.Map<java.lang.String,java.lang.Object> params)
根据条件查询实体 包含了分页等各种参数
|
add, confirm, findAll, getEntity, modify, removeById, removeByIds, saveJdbc, startProcess, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, confirm, findAll, getEntity, modify, removeById, removeByIds, startProcess, startProcess
public java.util.List<CoreWarn> findList(java.util.Map<java.lang.String,java.lang.Object> params) throws java.lang.Exception
BaseService
findList
在接口中 BaseService<CoreWarn>
findList
在类中 BaseServiceImpl<CoreWarn>
params
- 参数列表java.lang.Exception
- 出错会抛出异常public CoreWarn addEntity(CoreWarn entity) throws java.lang.Exception
BaseService
addEntity
在接口中 BaseService<CoreWarn>
addEntity
在类中 BaseServiceImpl<CoreWarn>
entity
- 实体对象java.lang.Exception
- 出错会抛出异常