Uses of Class
ejava.examples.daoex.dao.DAOException
-
Packages that use DAOException Package Description ejava.examples.daoex.dao ejava.examples.daoex.jpa -
-
Uses of DAOException in ejava.examples.daoex.dao
Methods in ejava.examples.daoex.dao that throw DAOException Modifier and Type Method 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)
-
Uses of DAOException in ejava.examples.daoex.jpa
Methods in ejava.examples.daoex.jpa that throw DAOException Modifier and Type Method Description Author
JPAAuthorDAO. update(Author author)
-