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) void
insertAccount
(Account account) void
insertProfile
(Account account) void
insertSignon
(Account account) void
updateAccount
(Account account) void
updateProfile
(Account account) void
updateSignon
(Account account)
-
Method Details
-
getAccountByUsername
-
getAccountByUsernameAndPassword
-
insertAccount
-
insertProfile
-
insertSignon
-
updateAccount
-
updateProfile
-
updateSignon
-