Uses of Class
org.mybatis.jpetstore.domain.Account
Packages that use Account
Package
Description
-
Uses of Account in org.mybatis.jpetstore.domain
Methods in org.mybatis.jpetstore.domain with parameters of type Account -
Uses of Account in org.mybatis.jpetstore.mapper
Methods in org.mybatis.jpetstore.mapper that return AccountModifier and TypeMethodDescriptionAccountMapper.getAccountByUsername
(String username) AccountMapper.getAccountByUsernameAndPassword
(String username, String password) Methods in org.mybatis.jpetstore.mapper with parameters of type AccountModifier 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
Methods in org.mybatis.jpetstore.service that return AccountModifier and TypeMethodDescriptionAccountService.getAccount
(String username) AccountService.getAccount
(String username, String password) Methods in org.mybatis.jpetstore.service with parameters of type AccountModifier and TypeMethodDescriptionvoid
AccountService.insertAccount
(Account account) Insert account.void
AccountService.updateAccount
(Account account) Update account. -
Uses of Account in org.mybatis.jpetstore.web.actions
Methods in org.mybatis.jpetstore.web.actions that return Account