Package database.dao
Interface IAccountDAO
- All Known Implementing Classes:
AccountDAO
public interface IAccountDAO
-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteAccount(Long id) getAccount(Long id) getAccountByName(String name) getAccountByNameAndPassword(String username, String password) voidbooleansaveAccount(Account account)
-
Method Details
-
saveAccount
-
getAccount
-
getAccountByNameAndPassword
-
getAccountByName
-
getAllAccounts
-
deleteAccount
-
passwordHasher
void passwordHasher()
-