Package org.mybatis.jpetstore.service
Class AccountService
java.lang.Object
org.mybatis.jpetstore.service.AccountService
The Class AccountService.
- Author:
- Eduardo Macarron
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAccount(String username) getAccount(String username, String password) voidinsertAccount(Account account) Insert account.voidupdateAccount(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
-