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 StudyAttributeDAOstudyAttribute - a StudyAttribute object.public void update(StudyAttribute studyAttribute)
update.
update in interface StudyAttributeDAOstudyAttribute - a StudyAttribute object.public void delete(StudyAttribute studyAttribute)
delete.
delete in interface StudyAttributeDAOstudyAttribute - a StudyAttribute object.public List<StudyAttribute> findAll(Study study)
findAll.
findAll in interface StudyAttributeDAOstudy - a Study object.List object.public List<StudyAttribute> list()
list.
list in interface StudyAttributeDAOList object.Copyright © 2015 SeqWare. All rights reserved.