public class LibraryStrategyDAOHibernate extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements LibraryStrategyDAO
LibraryStrategyDAOHibernate class.
Constructor and Description |
---|
LibraryStrategyDAOHibernate()
Constructor for LibraryStrategyDAOHibernate.
|
Modifier and Type | Method and Description |
---|---|
LibraryStrategy |
findByID(Integer id)
findByID.
|
List<LibraryStrategy> |
list()
list.
|
List<LibraryStrategy> |
list(Registration registration)
list.
|
LibraryStrategy |
updateDetached(LibraryStrategy strategy)
updateDetached.
|
public LibraryStrategyDAOHibernate()
Constructor for LibraryStrategyDAOHibernate.
public List<LibraryStrategy> list(Registration registration)
list.
list
in interface LibraryStrategyDAO
registration
- a Registration
object.List
object.public LibraryStrategy findByID(Integer id)
findByID.
findByID
in interface LibraryStrategyDAO
id
- a Integer
object.LibraryStrategy
object.public LibraryStrategy updateDetached(LibraryStrategy strategy)
updateDetached.
updateDetached
in interface LibraryStrategyDAO
strategy
- a LibraryStrategy
object.LibraryStrategy
object.public List<LibraryStrategy> list()
list.
list
in interface LibraryStrategyDAO
List
object.Copyright © 2015 SeqWare. All rights reserved.