@Repository public class WorkflowRunAttributeDAOHibernate extends Object implements WorkflowRunAttributeDAO
| Constructor and Description |
|---|
WorkflowRunAttributeDAOHibernate() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
add(WorkflowRunAttribute workflowRunAttribute)
add.
|
void |
delete(WorkflowRunAttribute workflowRunAttribute)
delete.
|
WorkflowRunAttribute |
get(Integer id)
get.
|
List<WorkflowRunAttribute> |
get(WorkflowRun workflowRun)
get.
|
List<WorkflowRunAttribute> |
getAll()
getAll.
|
void |
update(WorkflowRunAttribute workflowRunAttribute)
update.
|
public List<WorkflowRunAttribute> getAll()
getAll.
getAll in interface WorkflowRunAttributeDAOList object.public List<WorkflowRunAttribute> get(WorkflowRun workflowRun)
get.
get in interface WorkflowRunAttributeDAOworkflowRun - a WorkflowRun object.List object.public WorkflowRunAttribute get(Integer id)
get.
get in interface WorkflowRunAttributeDAOid - a Integer object.WorkflowRunAttribute object.public Integer add(WorkflowRunAttribute workflowRunAttribute)
add.
add in interface WorkflowRunAttributeDAOworkflowRunAttribute - a WorkflowRunAttribute object.Integer object.public void update(WorkflowRunAttribute workflowRunAttribute)
update.
update in interface WorkflowRunAttributeDAOworkflowRunAttribute - a WorkflowRunAttribute object.public void delete(WorkflowRunAttribute workflowRunAttribute)
delete.
delete in interface WorkflowRunAttributeDAOworkflowRunAttribute - a WorkflowRunAttribute object.Copyright © 2015 SeqWare. All rights reserved.