摘要:
1、Annotation 注解版 1.1、应用场景(Student-Teacher):当学生知道有哪些老师教,老师也知道自己教哪些学生时,可用双向关联 1.2、创建Teacher类和Student类 1 package com.shore.model; 2 3 import java.util.Ha 阅读全文
摘要:
1、Annotation 注解版 1.1、应用场景(Student-Teacher):当学生知道有哪些老师教,但是老师不知道自己教哪些学生时,可用单向关联 1.2、创建Teacher类和Student类 1 package com.shore.model; 2 3 import javax.pers 阅读全文