Package org.dromara.warm.flow.orm.dao
Class FlowTaskDaoImpl
- All Implemented Interfaces:
org.dromara.warm.flow.core.orm.dao.FlowTaskDao<FlowTask>,org.dromara.warm.flow.core.orm.dao.WarmDao<FlowTask>
public class FlowTaskDaoImpl
extends WarmDaoImpl<FlowTask>
implements org.dromara.warm.flow.core.orm.dao.FlowTaskDao<FlowTask>
待办任务Mapper接口
- Since:
- 2024-05-12
- Author:
- vanlin
-
Field Summary
Fields inherited from class org.dromara.warm.flow.orm.dao.WarmDaoImpl
entityManager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dromara.warm.flow.orm.dao.WarmDaoImpl
createCriteriaCountQuery, createCriteriaDelete, createCriteriaQuery, createCriteriaUpdate, createIn, createIn, delete, deleteById, deleteByIds, orderBy, save, saveBatch, selectById, selectByIds, selectCount, selectList, selectPage, updateBatch, updateByIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.dromara.warm.flow.core.orm.dao.WarmDao
delete, deleteById, deleteByIds, save, saveBatch, selectById, selectByIds, selectCount, selectList, selectPage, updateBatch, updateById
-
Constructor Details
-
FlowTaskDaoImpl
public FlowTaskDaoImpl()
-
-
Method Details
-
newEntity
- Specified by:
newEntityin interfaceorg.dromara.warm.flow.core.orm.dao.WarmDao<FlowTask>
-
entityClass
- Specified by:
entityClassin classWarmDaoImpl<FlowTask>
-
deleteByInsIds
根据instanceIds删除- Specified by:
deleteByInsIdsin interfaceorg.dromara.warm.flow.core.orm.dao.FlowTaskDao<FlowTask>- Parameters:
instanceIds- 主键- Returns:
- 结果
-