资源简介
ssh电子商务系统--(宠物商店)
需要的jar包拷进去
代码片段和文件信息
package org.springframework.samples.jpetstore.dao;
import java.util.List;
import org.springframework.dao.DataAccessException;
import org.springframework.samples.jpetstore.domain.Account;
/**
* 由于和原版的 domain 对象的不同,所以重新定义了一个接口.
*/
public interface AccountDao {
Account getAccount(String username) throws DataAccessException;
List getAccount(String username String password) throws DataAccessException;
// added by pprun
String getBannerNameForUser(String username);
void insertAccount(Account account) throws DataAccessException;
void updateAccount(Account account) throws DataAccessException;
List getUsernameList() throws DataAccessException;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1990 2007-10-27 18:34 hjpetstore\.classpath
文件 303 2007-10-27 18:34 hjpetstore\.myme
文件 1228 2007-10-27 18:34 hjpetstore\.project
文件 9795 2007-10-27 18:34 hjpetstore\mysql\jpetstore-mysql-dataload.sql
文件 5616 2007-10-27 18:34 hjpetstore\mysql\jpetstore-mysql-schema.sql
文件 3111 2007-10-27 18:34 hjpetstore\src\ehcache.xm
文件 720 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 444 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 4075 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1208 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 6358 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 2694 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 3471 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 800 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 556 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1184 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 3769 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 4147 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 2964 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1234 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1742 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 2878 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1087 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1635 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 2328 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 3316 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 1316 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 2139 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 2308 2007-10-27 18:42 hjpetstore\src\org\springfr
文件 4489 2007-10-27 18:42 hjpetstore\src\org\springfr
............此处省略315个文件信息
评论
共有 条评论