public class Department { private String id; private String name; private String address; @OneToMany(fetch=FetchType.LAZY) private ...
確定! 回上一頁