@Embeddable
public class StudentCoursePK
extends java.lang.Object
implements java.io.Serializable
构造器和说明 |
---|
StudentCoursePK() |
StudentCoursePK(long studentId,
long courseId) |
限定符和类型 | 方法和说明 |
---|---|
long |
getCourseId() |
long |
getStudentId() |
void |
setCourseId(long courseId) |
void |
setStudentId(long studentId) |