Uses of Class
org.dromara.warm.flow.orm.entity.FlowNode
Packages that use FlowNode
-
Uses of FlowNode in org.dromara.warm.flow.orm.dao
Methods in org.dromara.warm.flow.orm.dao that return FlowNodeMethods in org.dromara.warm.flow.orm.dao that return types with arguments of type FlowNodeModifier and TypeMethodDescriptionFlowNodeDaoImpl.entityClass()FlowNodeDaoImpl.getByNodeCodes(List<String> nodeCodes, Long definitionId) -
Uses of FlowNode in org.dromara.warm.flow.orm.entity
Fields in org.dromara.warm.flow.orm.entity with type parameters of type FlowNodeModifier and TypeFieldDescriptionprivate JPAUpdateMergeFunction<FlowNode>FlowNode.entityMergeprivate JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowNode>, List<javax.persistence.criteria.Predicate>> FlowNode.entityPredicateMethods in org.dromara.warm.flow.orm.entity that return types with arguments of type FlowNodeModifier and TypeMethodDescriptionFlowNode.entityMerge()JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowNode>, List<javax.persistence.criteria.Predicate>> FlowNode.entityPredicate()