Uses of Class
ejava.projects.esales.dao.AccountDAOException
-
Packages that use AccountDAOException Package Description ejava.projects.esales.dao ejava.projects.esales.jdbc -
-
Uses of AccountDAOException in ejava.projects.esales.dao
Methods in ejava.projects.esales.dao that throw AccountDAOException Modifier and Type Method Description void
AccountDAO. createAccount(Account account)
List<Account>
AccountDAO. getAccounts(int index, int count)
-
Uses of AccountDAOException in ejava.projects.esales.jdbc
Methods in ejava.projects.esales.jdbc that throw AccountDAOException Modifier and Type Method Description List<Account>
JDBCAccountDAO. getAccounts(int index, int count)
-