摘要:
1.多对一(单向)关联映射(员工表-部门表): 员工类:package com.xudong.po;public class Employee { private int id; private String name; private Department department; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public void setName(String name) { ... 阅读全文
posted @ 2013-10-26 14:03
xudong91
阅读(204)
评论(0)
推荐(0)
浙公网安备 33010602011771号