Package org.dromara.warm.flow.orm.entity
Class FlowForm
- All Implemented Interfaces:
Serializable,org.dromara.warm.flow.core.entity.Form,org.dromara.warm.flow.core.entity.RootEntity
public class FlowForm
extends JPARootEntity<FlowForm>
implements org.dromara.warm.flow.core.entity.Form
- Since:
- 2024/8/19 10:30
- Author:
- vanlin
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JPAUpdateMergeFunction<FlowForm>private JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>, List<javax.persistence.criteria.Predicate>> private Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Integerprivate Integerprivate StringFields inherited from class org.dromara.warm.flow.orm.entity.JPARootEntity
JPA_ROOT_ENTITY_MAPPING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>, List<javax.persistence.criteria.Predicate>> getExt()voidorderByField(String orderByColumn) setFormCode(String formCode) setFormContent(String formContent) setFormName(String formName) setFormPath(String formPath) setFormType(Integer formType) setIsPublish(Integer isPublish) setVersion(String version) toString()Methods inherited from class org.dromara.warm.flow.orm.entity.JPARootEntity
commonPredicate, getCreateTime, getDelFlag, getId, getTenantId, getUpdateTime, setCreateTime, setDelFlag, setId, setTenantId, setUpdateTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.dromara.warm.flow.core.entity.Form
getCreateTime, getDelFlag, getId, getTenantId, getUpdateTime, setCreateTime, setDelFlag, setId, setTenantId, setUpdateTime
-
Field Details
-
MAPPING
-
entityPredicate
private JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>, entityPredicateList<javax.persistence.criteria.Predicate>> -
entityMerge
-
formCode
-
formName
-
version
-
isPublish
-
formType
-
formPath
-
formContent
-
ext
-
-
Constructor Details
-
FlowForm
public FlowForm()
-
-
Method Details
-
orderByField
- Specified by:
orderByFieldin classJPARootEntity<FlowForm>
-
entityPredicate
public JPAPredicateFunction<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.Root<FlowForm>, entityPredicate()List<javax.persistence.criteria.Predicate>> - Specified by:
entityPredicatein classJPARootEntity<FlowForm>
-
entityMerge
- Specified by:
entityMergein classJPARootEntity<FlowForm>
-
initDefaultValue
public void initDefaultValue()- Specified by:
initDefaultValuein classJPARootEntity<FlowForm>
-
getFormCode
- Specified by:
getFormCodein interfaceorg.dromara.warm.flow.core.entity.Form
-
setFormCode
- Specified by:
setFormCodein interfaceorg.dromara.warm.flow.core.entity.Form
-
getFormName
- Specified by:
getFormNamein interfaceorg.dromara.warm.flow.core.entity.Form
-
setFormName
- Specified by:
setFormNamein interfaceorg.dromara.warm.flow.core.entity.Form
-
getVersion
- Specified by:
getVersionin interfaceorg.dromara.warm.flow.core.entity.Form
-
setVersion
- Specified by:
setVersionin interfaceorg.dromara.warm.flow.core.entity.Form
-
getIsPublish
- Specified by:
getIsPublishin interfaceorg.dromara.warm.flow.core.entity.Form
-
setIsPublish
- Specified by:
setIsPublishin interfaceorg.dromara.warm.flow.core.entity.Form
-
getFormType
- Specified by:
getFormTypein interfaceorg.dromara.warm.flow.core.entity.Form
-
setFormType
- Specified by:
setFormTypein interfaceorg.dromara.warm.flow.core.entity.Form
-
getFormPath
- Specified by:
getFormPathin interfaceorg.dromara.warm.flow.core.entity.Form
-
setFormPath
- Specified by:
setFormPathin interfaceorg.dromara.warm.flow.core.entity.Form
-
getFormContent
- Specified by:
getFormContentin interfaceorg.dromara.warm.flow.core.entity.Form
-
setFormContent
- Specified by:
setFormContentin interfaceorg.dromara.warm.flow.core.entity.Form
-
getExt
- Specified by:
getExtin interfaceorg.dromara.warm.flow.core.entity.Form
-
setExt
- Specified by:
setExtin interfaceorg.dromara.warm.flow.core.entity.Form
-
toString
-