public interface AuthorDAO
| Modifier and Type | Method and Description |
|---|---|
void |
create(Author author) |
Author |
get(long id) |
Author |
getByQuery(long id) |
void |
remove(Author author) |
Author |
update(Author author) |
Author |
updateByMerge(Author author) |
void create(Author author) throws DAOException
DAOExceptionAuthor get(long id) throws DAOException
DAOExceptionAuthor getByQuery(long id) throws DAOException
DAOExceptionAuthor update(Author author) throws DAOException
DAOExceptionAuthor updateByMerge(Author author) throws DAOException
DAOExceptionvoid remove(Author author) throws DAOException
DAOExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.