关联关系.doc

时间:2018-12-26 10:21:57
【文件属性】:

文件名称:关联关系.doc

文件大小:39KB

文件格式:DOC

更新时间:2018-12-26 10:21:57

javaee

简单的关联关系的小例子: OneToOne: Person.java: package model; import javax.persistence.*; @Entity public class person { //标识属性 @Id @GeneratedValue(strategy=GenerationType.IDENTITY) private int pid; private String pname; private int page;


网友评论