Uses of Class
org.dromara.warm.flow.orm.entity.FlowForm
Packages that use FlowForm
-
Uses of FlowForm in org.dromara.warm.flow.orm.dao
Methods in org.dromara.warm.flow.orm.dao that return FlowFormMethods in org.dromara.warm.flow.orm.dao that return types with arguments of type FlowFormModifier and TypeMethodDescriptionFlowFormDaoImpl.entityClass()FlowFormDaoImpl.queryByCodeList(List<String> formCodeList) -
Uses of FlowForm in org.dromara.warm.flow.orm.entity
Fields in org.dromara.warm.flow.orm.entity with type parameters of type FlowFormModifier and TypeFieldDescriptionprivate JPAUpdateMergeFunction<FlowForm>FlowForm.entityMergeprivate JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>, List<javax.persistence.criteria.Predicate>> FlowForm.entityPredicateMethods in org.dromara.warm.flow.orm.entity that return FlowFormModifier and TypeMethodDescriptionFlowForm.setFormCode(String formCode) FlowForm.setFormContent(String formContent) FlowForm.setFormName(String formName) FlowForm.setFormPath(String formPath) FlowForm.setFormType(Integer formType) FlowForm.setIsPublish(Integer isPublish) FlowForm.setVersion(String version) Methods in org.dromara.warm.flow.orm.entity that return types with arguments of type FlowFormModifier and TypeMethodDescriptionFlowForm.entityMerge()JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>, List<javax.persistence.criteria.Predicate>> FlowForm.entityPredicate()