Package org.mybatis.jpetstore.mapper
Interface AccountMapper
public interface AccountMapper
The Interface AccountMapper.
- Author:
- Eduardo Macarron
-
Method Summary
Modifier and TypeMethodDescriptiongetAccountByUsername(String username) getAccountByUsernameAndPassword(String username, String password) voidinsertAccount(Account account) voidinsertProfile(Account account) voidinsertSignon(Account account) voidupdateAccount(Account account) voidupdateProfile(Account account) voidupdateSignon(Account account)
-
Method Details
-
getAccountByUsername
-
getAccountByUsernameAndPassword
-
insertAccount
-
insertProfile
-
insertSignon
-
updateAccount
-
updateProfile
-
updateSignon
-