Package org.dromara.warm.flow.orm.dao
Class FlowFormDaoImpl
- All Implemented Interfaces:
org.dromara.warm.flow.core.orm.dao.FlowFormDao<FlowForm>,org.dromara.warm.flow.core.orm.dao.WarmDao<FlowForm>
public class FlowFormDaoImpl
extends WarmDaoImpl<FlowForm>
implements org.dromara.warm.flow.core.orm.dao.FlowFormDao<FlowForm>
- Since:
- 2024/8/19 10:29
- 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
-
FlowFormDaoImpl
public FlowFormDaoImpl()
-
-
Method Details
-
queryByCodeList
- Specified by:
queryByCodeListin interfaceorg.dromara.warm.flow.core.orm.dao.FlowFormDao<FlowForm>
-
entityClass
- Specified by:
entityClassin classWarmDaoImpl<FlowForm>
-
newEntity
- Specified by:
newEntityin interfaceorg.dromara.warm.flow.core.orm.dao.WarmDao<FlowForm>
-