Interface AccountMapper
public interface AccountMapper
The Interface AccountMapper.
- Author:
- Eduardo Macarron
-
Method Summary
Modifier and TypeMethodDescriptiongetAccountByUsername(String username) Get account by username.getAccountByUsernameAndPassword(String username, String password) Get account by username and password.voidinsertAccount(Account account) Insert account.voidinsertProfile(Account account) Insert profile.voidinsertSignon(Account account) Insert signon.voidupdateAccount(Account account) Update account.voidupdateProfile(Account account) Update profile.voidupdateSignon(Account account) Update signon.
-
Method Details
-
getAccountByUsername
-
getAccountByUsernameAndPassword
-
insertAccount
-
insertProfile
-
insertSignon
-
updateAccount
-
updateProfile
-
updateSignon
-