首页>代码>spring MVC+spring+hibernate项目整合入门实例>/springmvc01/src/com/qm/entity/User.java
package com.qm.entity;

import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;


@Entity
public class User {
	@Id
	@GeneratedValue(strategy=GenerationType.AUTO)
	private int id;
	private String name;
	private String pwd;
	
	public User() {
	}
	
	public User(String name, String pwd) {
		this.name = name;
		this.pwd = pwd;
	}
	
	public User(int id, String name, String pwd) {
		super();
		this.id = id;
		this.name = name;
		this.pwd = pwd;
	}

	public int getId() {
		return id;
	}
	public void setId(int id) {
		this.id = id;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public String getPwd() {
		return pwd;
	}
	public void setPwd(String pwd) {
		this.pwd = pwd;
	}
	
	
}
最近下载更多
1973356987  LV13 2021年6月16日
fuchongbin  LV1 2018年12月20日
zhaowendong  LV3 2018年10月2日
seagoat  LV1 2018年7月8日
你将相思赋予谁  LV1 2018年7月6日
18700882235  LV1 2018年2月24日
981090208  LV1 2017年12月12日
无忧123456  LV6 2017年11月22日
lightingstream  LV1 2017年9月19日
chinafjfzlj  LV31 2017年9月8日
最近浏览更多
爱吃鱼的水獭 2023年12月21日
暂无贡献等级
aaa最代码  LV14 2022年12月9日
zhangymo01 2022年12月1日
暂无贡献等级
dafqrf  LV1 2021年12月8日
MyPary  LV6 2021年11月29日
yema2986  LV2 2021年11月18日
linom199144  LV2 2021年7月5日
1973356987  LV13 2021年6月16日
秦sir3067683450  LV10 2021年6月2日
18770976402 2021年4月29日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友