Package org.dromara.warm.flow.orm.dao
Class FlowSkipDaoImpl
- All Implemented Interfaces:
org.dromara.warm.flow.core.orm.dao.FlowSkipDao<FlowSkip>,org.dromara.warm.flow.core.orm.dao.WarmDao<FlowSkip>
public class FlowSkipDaoImpl
extends WarmDaoImpl<FlowSkip>
implements org.dromara.warm.flow.core.orm.dao.FlowSkipDao<FlowSkip>
节点跳转关联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
Modifier and TypeMethodDescriptionintdeleteSkipByDefIds(Collection<? extends Serializable> defIds) 批量删除节点跳转关联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
-
FlowSkipDaoImpl
public FlowSkipDaoImpl()
-
-
Method Details
-
newEntity
- Specified by:
newEntityin interfaceorg.dromara.warm.flow.core.orm.dao.WarmDao<FlowSkip>
-
entityClass
- Specified by:
entityClassin classWarmDaoImpl<FlowSkip>
-
deleteSkipByDefIds
批量删除节点跳转关联- Specified by:
deleteSkipByDefIdsin interfaceorg.dromara.warm.flow.core.orm.dao.FlowSkipDao<FlowSkip>- Parameters:
defIds- 需要删除的数据主键集合- Returns:
- 结果
-