-
大小: 768KB文件類型: .rar金幣: 2下載: 1 次發(fā)布日期: 2021-06-24
- 語言: Java
- 標(biāo)簽:
資源簡介
ssh電子商務(wù)系統(tǒng)--(寵物商店)
需要的jar包拷進(jìn)去

代碼片段和文件信息
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個文件信息
評論
共有 條評論