类 FlwInstanceDaoImpl
java.lang.Object
net.sohelp.boot.engine.workflow.mapper.impl.FlwInstanceDaoImpl
- 所有已实现的接口:
FlwInstanceDao
流程实例数据访问层接口实现类
官网尊重知识产权,不允许非法使用,后果自负,不允许非法使用,后果自负
- 从以下版本开始:
- 1.0
- 作者:
- hubin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandeleteById(Long id) booleandeleteByProcessId(Long processId) booleaninsert(FlwInstance instance) selectById(Long id) selectCountByParentInstanceId(Long parentInstanceId) selectListByBusinessKey(String businessKey) selectListByParentInstanceId(Long parentInstanceId) booleanupdateById(FlwInstance instance)
-
构造器详细资料
-
FlwInstanceDaoImpl
-
-
方法详细资料
-
insert
- 指定者:
insert在接口中FlwInstanceDao
-
deleteById
- 指定者:
deleteById在接口中FlwInstanceDao
-
deleteByProcessId
- 指定者:
deleteByProcessId在接口中FlwInstanceDao
-
updateById
- 指定者:
updateById在接口中FlwInstanceDao
-
selectCountByParentInstanceId
- 指定者:
selectCountByParentInstanceId在接口中FlwInstanceDao
-
selectById
- 指定者:
selectById在接口中FlwInstanceDao
-
selectListByParentInstanceId
- 指定者:
selectListByParentInstanceId在接口中FlwInstanceDao
-
selectListByBusinessKey
- 指定者:
selectListByBusinessKey在接口中FlwInstanceDao
-