public interface LibrarySelectionDAO
LibrarySelectionDAO interface.
| Modifier and Type | Method and Description |
|---|---|
LibrarySelection |
findByID(Integer id)
findByID.
|
List<LibrarySelection> |
list()
list.
|
List<LibrarySelection> |
list(Registration registration)
list.
|
LibrarySelection |
updateDetached(LibrarySelection librarySelection)
updateDetached.
|
List<LibrarySelection> list()
list.
List object.List<LibrarySelection> list(Registration registration)
list.
registration - a Registration object.List object.LibrarySelection findByID(Integer id)
findByID.
id - a Integer object.LibrarySelection object.LibrarySelection updateDetached(LibrarySelection librarySelection)
updateDetached.
librarySelection - a LibrarySelection object.LibrarySelection object.Copyright © 2015 SeqWare. All rights reserved.