hibernate 连接 Oracle10g 的小实例

建表语句如下:
drop table student;
 
create table student(
stu_id integer not null primary key,
stu_username varchar2(20) not null,
stu_password varchar2(20) not null);
Tags: 

延伸阅读

最新评论

发表评论