Package com.rosivanyshyn.db.dao
Interface AccountDAO
- All Superinterfaces:
GenericDAO<Account>
- All Known Implementing Classes:
AccountDAOImpl
Account DAO interface.
-
Method Summary
Methods inherited from interface com.rosivanyshyn.db.dao.GenericDAO
countRowsInLastQuery, delete, get, getAll, getByField, getFew, getWithDynamicQuery, insert, update