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 LibrarySourceDAO
registration
- a Registration
object.List
object.public LibrarySource findByID(Integer id)
findByID.
findByID
in interface LibrarySourceDAO
id
- a Integer
object.LibrarySource
object.public LibrarySource updateDetached(LibrarySource librarySource)
updateDetached.
updateDetached
in interface LibrarySourceDAO
librarySource
- a LibrarySource
object.LibrarySource
object.public List<LibrarySource> list()
list.
list
in interface LibrarySourceDAO
List
object.Copyright © 2015 SeqWare. All rights reserved.