摘要:
View Code create table _teacher (_id int primary key, _name varchar(20), _title varchar(10)); Teacher.javapackage org.fp.hibernate.model;public class Teacher {private int id;private String name;private String title;public String getTitle() {return title;}public void setTitle(String title) {this.titl 阅读全文
posted @ 2012-09-24 18:02
酷玩时刻
阅读(372)
评论(0)
推荐(0)

浙公网安备 33010602011771号