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