Package org.dromara.warm.flow.orm.dao
Class FlowInstanceDaoImpl
java.lang.Object
org.dromara.warm.flow.orm.dao.WarmDaoImpl<FlowInstance>
org.dromara.warm.flow.orm.dao.FlowInstanceDaoImpl
- All Implemented Interfaces:
org.dromara.warm.flow.core.orm.dao.FlowInstanceDao<FlowInstance>,org.dromara.warm.flow.core.orm.dao.WarmDao<FlowInstance>
public class FlowInstanceDaoImpl
extends WarmDaoImpl<FlowInstance>
implements org.dromara.warm.flow.core.orm.dao.FlowInstanceDao<FlowInstance>
流程实例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
-
FlowInstanceDaoImpl
public FlowInstanceDaoImpl()
-
-
Method Details
-
newEntity
- Specified by:
newEntityin interfaceorg.dromara.warm.flow.core.orm.dao.WarmDao<FlowInstance>
-
entityClass
- Specified by:
entityClassin classWarmDaoImpl<FlowInstance>
-
getByDefIds
- Specified by:
getByDefIdsin interfaceorg.dromara.warm.flow.core.orm.dao.FlowInstanceDao<FlowInstance>
-