Package org.mybatis.jpetstore.service
Class AccountService
java.lang.Object
org.mybatis.jpetstore.service.AccountService
The Class AccountService.
- Author:
- Eduardo Macarron
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAccount
(String username) getAccount
(String username, String password) void
insertAccount
(Account account) Insert account.void
updateAccount
(Account account) Update account.
-
Constructor Details
-
AccountService
-
-
Method Details
-
getAccount
-
getAccount
-
insertAccount
Insert account.- Parameters:
account
- the account
-
updateAccount
Update account.- Parameters:
account
- the account
-