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