资源简介
在原有的JPetStore5.0的基础上修改,数据持久层用hibernate替换原有的ibatis;添加Spring框架。

代码片段和文件信息
package com.jpetstore.domain;
import java.io.Serializable;
public class Account implements Serializable {
private String username;
private String password;
private String email;
private String firstName;
private String lastName;
private String status;
private String address1;
private String address2;
private String city;
private String state;
private String zip;
private String country;
private String phone;
private String favouriteCategoryId;
private String languagePreference;
private boolean listOption;
private boolean bannerOption;
private String bannerName;
public Account() {
}
public Account(String username String password String email
String firstName String lastName String status String address1
String address2 String city String state String zip
String country String phone String favouriteCategoryId
String languagePreference boolean listOption
boolean bannerOption String bannerName) {
this.username = username;
this.password = password;
this.email = email;
this.firstName = firstName;
this.lastName = lastName;
this.status = status;
this.address1 = address1;
this.address2 = address2;
this.city = city;
this.state = state;
this.zip = zip;
this.country = country;
this.phone = phone;
this.favouriteCategoryId = favouriteCategoryId;
this.languagePreference = languagePreference;
this.listOption = listOption;
this.bannerOption = bannerOption;
this.bannerName = bannerName;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getFirstName() {
return firstName;
}
public void setFirstName(String firstName) {
this.firstName = firstName;
}
public String getLastName() {
return lastName;
}
public void setLastName(String lastName) {
this.lastName = lastName;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getAddress1() {
return address1;
}
public void setAddress1(String address1) {
this.address1 = address1;
}
public String getAddress2() {
return address2;
}
public void setAddress2(String address2) {
this.address2 = address2;
}
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public String getState() {
return state;
}
public void setState(String state) {
this.state = state;
}
public String getZip() {
return zip;
}
public void setZip(String zip) {
this.zip = zip;
}
public String getCountry() {
re
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-08-26 13:16 jpetstore\
目录 0 2011-06-08 14:11 jpetstore\jpetstore\
文件 1188 2011-06-06 11:01 jpetstore\jpetstore\.classpath
目录 0 2011-06-05 17:26 jpetstore\jpetstore\.myeclipse\
文件 540 2011-06-05 17:29 jpetstore\jpetstore\.myhibernatedata
文件 300 2011-06-19 18:55 jpetstore\jpetstore\.myme
文件 2162 2011-06-16 22:49 jpetstore\jpetstore\.project
目录 0 2011-06-08 14:11 jpetstore\jpetstore\.settings\
文件 493 2011-06-05 17:26 jpetstore\jpetstore\.settings\.jsdtscope
文件 395 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.jdt.core.prefs
文件 540 2011-06-06 10:59 jpetstore\jpetstore\.settings\org.eclipse.wst.common.component
文件 252 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2011-06-05 17:26 jpetstore\jpetstore\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 415 2011-06-05 17:29 jpetstore\jpetstore\.springBeans
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\
文件 3136 2011-06-09 11:03 jpetstore\jpetstore\src\applicationContext.xm
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\com\
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\com\jpetstore\
目录 0 2011-06-08 14:11 jpetstore\jpetstore\src\com\jpetstore\domain\
文件 1729 2011-06-17 09:18 jpetstore\jpetstore\src\com\jpetstore\domain\Account.hbm.xm
文件 4086 2011-06-16 14:11 jpetstore\jpetstore\src\com\jpetstore\domain\Account.java
文件 2340 2011-06-05 17:50 jpetstore\jpetstore\src\com\jpetstore\domain\Cart.java
文件 999 2011-06-05 17:35 jpetstore\jpetstore\src\com\jpetstore\domain\CartItem.java
文件 482 2011-06-05 17:26 jpetstore\jpetstore\src\com\jpetstore\domain\Category.hbm.xm
文件 692 2011-06-05 17:35 jpetstore\jpetstore\src\com\jpetstore\domain\Category.java
文件 1085 2011-06-16 22:12 jpetstore\jpetstore\src\com\jpetstore\domain\Item.hbm.xm
文件 2464 2011-06-05 17:35 jpetstore\jpetstore\src\com\jpetstore\domain\Item.java
文件 617 2011-06-16 22:44 jpetstore\jpetstore\src\com\jpetstore\domain\LineItem.hbm.xm
文件 1719 2011-06-16 14:11 jpetstore\jpetstore\src\com\jpetstore\domain\LineItem.java
文件 2009 2011-06-17 12:49 jpetstore\jpetstore\src\com\jpetstore\domain\Order.hbm.xm
............此处省略202个文件信息
- 上一篇:泛在电力物联网建设总体方案.pdf
- 下一篇:北京昆仑通态组态软件MCGS高级教程
相关资源
- SpringBoot+H2+mybatis-plus59130
- 基于J2EE物资出入库管理系统
- 基于SSM+CXF构建的RESTFul webservice
- 大数据中的云网络Cloud Networking for B
- Spring+MyBatis企业应用实战第一二版的源
- springboot+rabbitmq项目demo(亲测可正常运
- springboot整合RabbitMQ实现延时队列的两
- 关于Spring MVC项目maven中通过fileupload上
- Spring-Data-Redis2.0+Spring5
- 2017年-传智播客-张志君老师-SpringBoo
- springboot+mybatis整合实现注册登录
-
spring-fr
amework-5.0.2.RELEASE 源码包 - 基于web的图书馆运营系统
- springboot+webflux+mongodb+freemarker
- springboot整合activiti完整demo
- SpringBoot实战(第4版)清晰版.pdf.zip
- SpringBoot 中文文档
- springboot+jpa+thymeleaf实现增删改查分页
- es(elasticsearch)整合SpringCloudSpringBo
- Springboot日志开启SLF4J过程解析
- 原银在线信贷平台概要设计说明书v
- springcloud 微服务(全套视频)
- springCloud教学视频
- springboot全套教程2018年2.0版本
- 官网springboot项目
- Spring Boot中自定义注解结合AOP实现主备
- flowable整合Spring
- Spring Security架构以及源码详析
- SpringBoot+Mybatis+前后台隔离技术,完整
- Spring Boot技术栈博客企业前后端2018
评论
共有 条评论