Uses of Class
org.dromara.warm.flow.orm.entity.FlowInstance
Packages that use FlowInstance
-
Uses of FlowInstance in org.dromara.warm.flow.orm.dao
Methods in org.dromara.warm.flow.orm.dao that return FlowInstanceMethods in org.dromara.warm.flow.orm.dao that return types with arguments of type FlowInstanceModifier and TypeMethodDescriptionFlowInstanceDaoImpl.entityClass()FlowInstanceDaoImpl.getByDefIds(List<Long> defIds) -
Uses of FlowInstance in org.dromara.warm.flow.orm.entity
Fields in org.dromara.warm.flow.orm.entity with type parameters of type FlowInstanceModifier and TypeFieldDescriptionprivate JPAUpdateMergeFunction<FlowInstance>FlowInstance.entityMergeprivate JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowInstance>, List<javax.persistence.criteria.Predicate>> FlowInstance.entityPredicateMethods in org.dromara.warm.flow.orm.entity that return types with arguments of type FlowInstanceModifier and TypeMethodDescriptionFlowInstance.entityMerge()JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowInstance>, List<javax.persistence.criteria.Predicate>> FlowInstance.entityPredicate()