FileDocCategorySizeDatePackage
AccountDao.javaAPI DocExample581Sat Dec 27 17:30:50 GMT 2003org.springframework.samples.jpetstore.dao

AccountDao

public interface AccountDao

Fields Summary
Constructors Summary
Methods Summary
public org.springframework.samples.jpetstore.domain.AccountgetAccount(java.lang.String username)

public org.springframework.samples.jpetstore.domain.AccountgetAccount(java.lang.String username, java.lang.String password)

public java.util.ListgetUsernameList()

public voidinsertAccount(org.springframework.samples.jpetstore.domain.Account account)

public voidupdateAccount(org.springframework.samples.jpetstore.domain.Account account)