Package org.dromara.warm.flow.orm.dao
Class FlowDefinitionDaoImpl
java.lang.Object
org.dromara.warm.flow.orm.dao.WarmDaoImpl<FlowDefinition>
org.dromara.warm.flow.orm.dao.FlowDefinitionDaoImpl
- All Implemented Interfaces:
org.dromara.warm.flow.core.orm.dao.FlowDefinitionDao<FlowDefinition>,org.dromara.warm.flow.core.orm.dao.WarmDao<FlowDefinition>
public class FlowDefinitionDaoImpl
extends WarmDaoImpl<FlowDefinition>
implements org.dromara.warm.flow.core.orm.dao.FlowDefinitionDao<FlowDefinition>
流程定义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 TypeMethodDescriptionqueryByCodeList(List<String> flowCodeList) voidupdatePublishStatus(List<Long> ids, Integer publishStatus) 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
-
FlowDefinitionDaoImpl
public FlowDefinitionDaoImpl()
-
-
Method Details
-
newEntity
- Specified by:
newEntityin interfaceorg.dromara.warm.flow.core.orm.dao.WarmDao<FlowDefinition>
-
entityClass
- Specified by:
entityClassin classWarmDaoImpl<FlowDefinition>
-
queryByCodeList
- Specified by:
queryByCodeListin interfaceorg.dromara.warm.flow.core.orm.dao.FlowDefinitionDao<FlowDefinition>
-
updatePublishStatus
- Specified by:
updatePublishStatusin interfaceorg.dromara.warm.flow.core.orm.dao.FlowDefinitionDao<FlowDefinition>
-