Uses of Class
org.mybatis.jpetstore.domain.Account
Package
Description
-
Uses of Account in org.mybatis.jpetstore.domain
-
Uses of Account in org.mybatis.jpetstore.mapper
Modifier and TypeMethodDescriptionAccountMapper.getAccountByUsername
(String username) AccountMapper.getAccountByUsernameAndPassword
(String username, String password) Modifier and TypeMethodDescriptionvoid
AccountMapper.insertAccount
(Account account) void
AccountMapper.insertProfile
(Account account) void
AccountMapper.insertSignon
(Account account) void
AccountMapper.updateAccount
(Account account) void
AccountMapper.updateProfile
(Account account) void
AccountMapper.updateSignon
(Account account) -
Uses of Account in org.mybatis.jpetstore.service
Modifier and TypeMethodDescriptionAccountService.getAccount
(String username) AccountService.getAccount
(String username, String password) Modifier and TypeMethodDescriptionvoid
AccountService.insertAccount
(Account account) Insert account.void
AccountService.updateAccount
(Account account) Update account. -
Uses of Account in org.mybatis.jpetstore.web.actions