@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 WorkflowRunAttributeDAO
List
object.public List<WorkflowRunAttribute> get(WorkflowRun workflowRun)
get.
get
in interface WorkflowRunAttributeDAO
workflowRun
- a WorkflowRun
object.List
object.public WorkflowRunAttribute get(Integer id)
get.
get
in interface WorkflowRunAttributeDAO
id
- a Integer
object.WorkflowRunAttribute
object.public Integer add(WorkflowRunAttribute workflowRunAttribute)
add.
add
in interface WorkflowRunAttributeDAO
workflowRunAttribute
- a WorkflowRunAttribute
object.Integer
object.public void update(WorkflowRunAttribute workflowRunAttribute)
update.
update
in interface WorkflowRunAttributeDAO
workflowRunAttribute
- a WorkflowRunAttribute
object.public void delete(WorkflowRunAttribute workflowRunAttribute)
delete.
delete
in interface WorkflowRunAttributeDAO
workflowRunAttribute
- a WorkflowRunAttribute
object.Copyright © 2015 SeqWare. All rights reserved.