Package | Description |
---|---|
ejava.examples.daoex |
Modifier and Type | Method and Description |
---|---|
void |
AuthorDAO.create(Author author) |
Author |
AuthorDAO.get(long id) |
Author |
AuthorDAO.getByQuery(long id) |
void |
AuthorDAO.remove(Author author) |
Author |
AuthorDAO.update(Author author) |
Author |
AuthorDAO.updateByMerge(Author author) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.