public class FlwInstanceDaoImpl extends Object implements FlwInstanceDao
| 构造器和说明 | 
|---|
| FlwInstanceDaoImpl(FlwInstanceMapper instanceMapper) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| boolean | deleteById(Long id) | 
| boolean | deleteByProcessId(Long processId) | 
| boolean | insert(FlwInstance instance) | 
| FlwInstance | selectById(Long id) | 
| Long | selectCountByParentInstanceId(Long parentInstanceId) | 
| Optional<List<FlwInstance>> | selectListByBusinessKey(String businessKey) | 
| Optional<List<FlwInstance>> | selectListByParentInstanceId(Long parentInstanceId) | 
| boolean | updateById(FlwInstance instance) | 
public FlwInstanceDaoImpl(FlwInstanceMapper instanceMapper)
public boolean insert(FlwInstance instance)
insert 在接口中 FlwInstanceDaopublic boolean deleteById(Long id)
deleteById 在接口中 FlwInstanceDaopublic boolean deleteByProcessId(Long processId)
deleteByProcessId 在接口中 FlwInstanceDaopublic boolean updateById(FlwInstance instance)
updateById 在接口中 FlwInstanceDaopublic Long selectCountByParentInstanceId(Long parentInstanceId)
selectCountByParentInstanceId 在接口中 FlwInstanceDaopublic FlwInstance selectById(Long id)
selectById 在接口中 FlwInstanceDaopublic Optional<List<FlwInstance>> selectListByParentInstanceId(Long parentInstanceId)
selectListByParentInstanceId 在接口中 FlwInstanceDaopublic Optional<List<FlwInstance>> selectListByBusinessKey(String businessKey)
selectListByBusinessKey 在接口中 FlwInstanceDaoCopyright © 2025. All rights reserved.