public class ProcessingLanesDAOHibernate extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements ProcessingLanesDAO
ProcessingLanesDAOHibernate class.
| Constructor and Description | 
|---|
ProcessingLanesDAOHibernate()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(ProcessingLanes processingLanes)
 delete. 
 | 
ProcessingLanes | 
findByProcessingLane(Processing processing,
                    Lane lane)
 findByProcessingLane. 
 | 
void | 
insert(ProcessingLanes processingLanes)
 insert. 
 | 
List<ProcessingLanes> | 
list()
 list. 
 | 
void | 
update(ProcessingLanes processingLanes)
 update. 
 | 
ProcessingLanes | 
updateDetached(ProcessingLanes processingLanes)
 updateDetached. 
 | 
public void insert(ProcessingLanes processingLanes)
insert.
insert in interface ProcessingLanesDAOprocessingLanes - a ProcessingLanes object.public void update(ProcessingLanes processingLanes)
update.
update in interface ProcessingLanesDAOprocessingLanes - a ProcessingLanes object.public void delete(ProcessingLanes processingLanes)
delete.
delete in interface ProcessingLanesDAOprocessingLanes - a ProcessingLanes object.public ProcessingLanes findByProcessingLane(Processing processing, Lane lane)
findByProcessingLane.
findByProcessingLane in interface ProcessingLanesDAOprocessing - a Processing object.lane - a Lane object.ProcessingLanes object.public ProcessingLanes updateDetached(ProcessingLanes processingLanes)
updateDetached.
updateDetached in interface ProcessingLanesDAOprocessingLanes - a ProcessingLanes object.ProcessingLanes object.public List<ProcessingLanes> list()
list.
list in interface ProcessingLanesDAOList object.Copyright © 2015 SeqWare. All rights reserved.