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 TypeMethodDescriptionvoidAccountMapper.insertAccount(Account account) voidAccountMapper.insertProfile(Account account) voidAccountMapper.insertSignon(Account account) voidAccountMapper.updateAccount(Account account) voidAccountMapper.updateProfile(Account account) voidAccountMapper.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 TypeMethodDescriptionvoidAccountService.insertAccount(Account account) Insert account.voidAccountService.updateAccount(Account account) Update account. -
Uses of Account in org.mybatis.jpetstore.web.actions
Methods in org.mybatis.jpetstore.web.actions that return Account