Uses of Class
org.dromara.warm.flow.orm.entity.FlowDefinition
Packages that use FlowDefinition
-
Uses of FlowDefinition in org.dromara.warm.flow.orm.dao
Methods in org.dromara.warm.flow.orm.dao that return FlowDefinitionMethods in org.dromara.warm.flow.orm.dao that return types with arguments of type FlowDefinitionModifier and TypeMethodDescriptionFlowDefinitionDaoImpl.entityClass()FlowDefinitionDaoImpl.queryByCodeList(List<String> flowCodeList) -
Uses of FlowDefinition in org.dromara.warm.flow.orm.entity
Fields in org.dromara.warm.flow.orm.entity with type parameters of type FlowDefinitionModifier and TypeFieldDescriptionprivate JPAUpdateMergeFunction<FlowDefinition>FlowDefinition.entityMergeprivate JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowDefinition>, List<javax.persistence.criteria.Predicate>> FlowDefinition.entityPredicateMethods in org.dromara.warm.flow.orm.entity that return types with arguments of type FlowDefinitionModifier and TypeMethodDescriptionFlowDefinition.entityMerge()JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowDefinition>, List<javax.persistence.criteria.Predicate>> FlowDefinition.entityPredicate()