在使用Hibernate时,有School,Student类,代码如下: Public class School{ private int schooled; private String SchoolName; //...set an

admin2017-01-26  8

问题 在使用Hibernate时,有School,Student类,代码如下:
    Public class School{
  private int schooled;
  private String SchoolName;
  //...set and get 方法  
}
Public class Student{
  Private int studentId;
  Private String schoolName;
  Private School school;
//...set and get 方法  ----------------------------------------
}
在Stduent.hbm.xml映射文件中,下列配置文件正确的是(    )

选项 A、

B、

C、

D、
+

答案D

解析
转载请注明原文地址:https://kaotiyun.com/show/pGpD777K
0

最新回复(0)