static javax.persistence.metamodel.SingularAttribute<Workflow,WorkflowVersion> |
Workflow_.activeVersion |
static javax.persistence.metamodel.SingularAttribute<WorkflowVersion,WorkflowStep> |
WorkflowVersion_.autoClosedStep |
static javax.persistence.metamodel.SingularAttribute<WorkflowVersion,String> |
WorkflowVersion_.description |
static javax.persistence.metamodel.SingularAttribute<WorkflowVersion,Boolean> |
WorkflowVersion_.draft |
static javax.persistence.metamodel.SingularAttribute<WorkflowVersion,WorkflowStep> |
WorkflowVersion_.firstStep |
static javax.persistence.metamodel.SingularAttribute<WorkflowVersion,Double> |
WorkflowVersion_.version |
static javax.persistence.metamodel.SingularAttribute<WorkflowVersion,Workflow> |
WorkflowVersion_.workflow |
static javax.persistence.metamodel.ListAttribute<WorkflowVersion,WorkflowStep> |
WorkflowVersion_.workflowSteps |
static javax.persistence.metamodel.SingularAttribute<WorkflowStep,WorkflowVersion> |
WorkflowStep_.workflowVersion |