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 AuthorAuthorDAO. get(long id)AuthorAuthorDAO. getByQuery(long id)AuthorAuthorDAO. update(Author author)AuthorAuthorDAO. updateByMerge(Author author)Methods in ejava.examples.daoex.dao with parameters of type Author Modifier and Type Method Description voidAuthorDAO. create(Author author)voidAuthorDAO. remove(Author author)AuthorAuthorDAO. update(Author author)AuthorAuthorDAO. 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 AuthorJPAAuthorDAO. get(long id)AuthorJPAAuthorDAO. getByQuery(long id)AuthorJPAAuthorDAO. update(Author author)AuthorJPAAuthorDAO. updateByMerge(Author author)Methods in ejava.examples.daoex.jpa with parameters of type Author Modifier and Type Method Description voidJPAAuthorDAO. create(Author author)voidJPAAuthorDAO. remove(Author author)AuthorJPAAuthorDAO. update(Author author)AuthorJPAAuthorDAO. updateByMerge(Author author)
-