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
DAOException
Author get(long id) throws DAOException
DAOException
Author getByQuery(long id) throws DAOException
DAOException
Author update(Author author) throws DAOException
DAOException
Author updateByMerge(Author author) throws DAOException
DAOException
void remove(Author author) throws DAOException
DAOException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.