Package org.dromara.warm.flow.orm.dao
Class FlowUserDaoImpl
- All Implemented Interfaces:
org.dromara.warm.flow.core.orm.dao.FlowUserDao<FlowUser>,org.dromara.warm.flow.core.orm.dao.WarmDao<FlowUser>
public class FlowUserDaoImpl
extends WarmDaoImpl<FlowUser>
implements org.dromara.warm.flow.core.orm.dao.FlowUserDao<FlowUser>
流程用户Mapper接口
- Since:
- 2024-05-13
- Author:
- vanlin
-
Field Summary
Fields inherited from class org.dromara.warm.flow.orm.dao.WarmDaoImpl
entityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdeleteByTaskIds(List<Long> taskIdList) 根据taskIdList删除listByAssociatedAndTypes(List<Long> associateds, String[] types) listByProcessedBys(Long associated, List<String> processedBys, String[] types) 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
-
FlowUserDaoImpl
public FlowUserDaoImpl()
-
-
Method Details
-
newEntity
- Specified by:
newEntityin interfaceorg.dromara.warm.flow.core.orm.dao.WarmDao<FlowUser>
-
entityClass
- Specified by:
entityClassin classWarmDaoImpl<FlowUser>
-
deleteByTaskIds
根据taskIdList删除- Specified by:
deleteByTaskIdsin interfaceorg.dromara.warm.flow.core.orm.dao.FlowUserDao<FlowUser>- Parameters:
taskIdList- 主键- Returns:
- 结果
-
listByAssociatedAndTypes
- Specified by:
listByAssociatedAndTypesin interfaceorg.dromara.warm.flow.core.orm.dao.FlowUserDao<FlowUser>
-
listByProcessedBys
public List<FlowUser> listByProcessedBys(Long associated, List<String> processedBys, String[] types) - Specified by:
listByProcessedBysin interfaceorg.dromara.warm.flow.core.orm.dao.FlowUserDao<FlowUser>
-