public class StudyAttributeDAOHibernate extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements StudyAttributeDAO
StudyAttributeDAOHibernate class.
Constructor and Description |
---|
StudyAttributeDAOHibernate() |
Modifier and Type | Method and Description |
---|---|
void |
delete(StudyAttribute studyAttribute)
delete.
|
List<StudyAttribute> |
findAll(Study study)
findAll.
|
void |
insert(StudyAttribute studyAttribute)
insert.
|
List<StudyAttribute> |
list()
list.
|
void |
update(StudyAttribute studyAttribute)
update.
|
public void insert(StudyAttribute studyAttribute)
insert.
insert
in interface StudyAttributeDAO
studyAttribute
- a StudyAttribute
object.public void update(StudyAttribute studyAttribute)
update.
update
in interface StudyAttributeDAO
studyAttribute
- a StudyAttribute
object.public void delete(StudyAttribute studyAttribute)
delete.
delete
in interface StudyAttributeDAO
studyAttribute
- a StudyAttribute
object.public List<StudyAttribute> findAll(Study study)
findAll.
findAll
in interface StudyAttributeDAO
study
- a Study
object.List
object.public List<StudyAttribute> list()
list.
list
in interface StudyAttributeDAO
List
object.Copyright © 2015 SeqWare. All rights reserved.