java中JPA框架的集成

时间:2015-04-28 16:32:59
【文件属性】:

文件名称:java中JPA框架的集成

文件大小:7.48MB

文件格式:RAR

更新时间:2015-04-28 16:32:59

JPA

JPA框架的集成使用 package com.itcast.bean.product; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class ProductType { private Integer typeid ; @Id @GeneratedValue(strategy=GenerationType.AUTO) public Integer getTypeid() { return typeid; } public void setTypeid(Integer typeid) { this.typeid = typeid; } }


【文件预览】:
shop
----src()
--------junit()
--------META-INF()
--------com()
----.classpath(2KB)
----.mymetadata(284B)
----.settings()
--------com.genuitec.eclipse.j2eedt.core.prefs(1KB)
----.myeclipse()
----.project(1KB)
----WebRoot()
--------META-INF()
--------WEB-INF()

网友评论