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