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 LibraryStrategyDAOregistration - a Registration object.List object.public LibraryStrategy findByID(Integer id)
findByID.
findByID in interface LibraryStrategyDAOid - a Integer object.LibraryStrategy object.public LibraryStrategy updateDetached(LibraryStrategy strategy)
updateDetached.
updateDetached in interface LibraryStrategyDAOstrategy - a LibraryStrategy object.LibraryStrategy object.public List<LibraryStrategy> list()
list.
list in interface LibraryStrategyDAOList object.Copyright © 2015 SeqWare. All rights reserved.