public class LibrarySourceDAOHibernate extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements LibrarySourceDAO
LibrarySourceDAOHibernate class.
| Constructor and Description |
|---|
LibrarySourceDAOHibernate()
Constructor for LibrarySourceDAOHibernate.
|
| Modifier and Type | Method and Description |
|---|---|
LibrarySource |
findByID(Integer id)
findByID.
|
List<LibrarySource> |
list()
list.
|
List<LibrarySource> |
list(Registration registration)
list.
|
LibrarySource |
updateDetached(LibrarySource librarySource)
updateDetached.
|
public LibrarySourceDAOHibernate()
Constructor for LibrarySourceDAOHibernate.
public List<LibrarySource> list(Registration registration)
list.
list in interface LibrarySourceDAOregistration - a Registration object.List object.public LibrarySource findByID(Integer id)
findByID.
findByID in interface LibrarySourceDAOid - a Integer object.LibrarySource object.public LibrarySource updateDetached(LibrarySource librarySource)
updateDetached.
updateDetached in interface LibrarySourceDAOlibrarySource - a LibrarySource object.LibrarySource object.public List<LibrarySource> list()
list.
list in interface LibrarySourceDAOList object.Copyright © 2015 SeqWare. All rights reserved.