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 ProcessingLanesDAO
processingLanes
- a ProcessingLanes
object.public void update(ProcessingLanes processingLanes)
update.
update
in interface ProcessingLanesDAO
processingLanes
- a ProcessingLanes
object.public void delete(ProcessingLanes processingLanes)
delete.
delete
in interface ProcessingLanesDAO
processingLanes
- a ProcessingLanes
object.public ProcessingLanes findByProcessingLane(Processing processing, Lane lane)
findByProcessingLane.
findByProcessingLane
in interface ProcessingLanesDAO
processing
- a Processing
object.lane
- a Lane
object.ProcessingLanes
object.public ProcessingLanes updateDetached(ProcessingLanes processingLanes)
updateDetached.
updateDetached
in interface ProcessingLanesDAO
processingLanes
- a ProcessingLanes
object.ProcessingLanes
object.public List<ProcessingLanes> list()
list.
list
in interface ProcessingLanesDAO
List
object.Copyright © 2015 SeqWare. All rights reserved.