Uses of Class
ejava.examples.daoex.bo.Author
-
Packages that use Author Package Description ejava.examples.daoex.dao ejava.examples.daoex.jpa -
-
Uses of Author in ejava.examples.daoex.dao
Methods in ejava.examples.daoex.dao that return Author Modifier and Type Method Description Author
AuthorDAO. get(long id)
Author
AuthorDAO. getByQuery(long id)
Author
AuthorDAO. update(Author author)
Author
AuthorDAO. updateByMerge(Author author)
Methods in ejava.examples.daoex.dao with parameters of type Author Modifier and Type Method Description void
AuthorDAO. create(Author author)
void
AuthorDAO. remove(Author author)
Author
AuthorDAO. update(Author author)
Author
AuthorDAO. updateByMerge(Author author)
-
Uses of Author in ejava.examples.daoex.jpa
Methods in ejava.examples.daoex.jpa that return Author Modifier and Type Method Description Author
JPAAuthorDAO. get(long id)
Author
JPAAuthorDAO. getByQuery(long id)
Author
JPAAuthorDAO. update(Author author)
Author
JPAAuthorDAO. updateByMerge(Author author)
Methods in ejava.examples.daoex.jpa with parameters of type Author Modifier and Type Method Description void
JPAAuthorDAO. create(Author author)
void
JPAAuthorDAO. remove(Author author)
Author
JPAAuthorDAO. update(Author author)
Author
JPAAuthorDAO. updateByMerge(Author author)
-