Interface AccountMapper


public interface AccountMapper
The Interface AccountMapper.
Author:
Eduardo Macarron
  • Method Details

    • getAccountByUsername

      Account getAccountByUsername(String username)
    • getAccountByUsernameAndPassword

      Account getAccountByUsernameAndPassword(String username, String password)
    • insertAccount

      void insertAccount(Account account)
    • insertProfile

      void insertProfile(Account account)
    • insertSignon

      void insertSignon(Account account)
    • updateAccount

      void updateAccount(Account account)
    • updateProfile

      void updateProfile(Account account)
    • updateSignon

      void updateSignon(Account account)