您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Hibernate1

  2. 对 Hibernate 初体验 1.新建一个java工程,工程名为Hiberante1 2.导入相应的jar包 1)hibernate需要导入这些包 2)因为我们需要操作数据库所以要导入数据库的包,我用的mysql数据库 3.创建数据库以及表 create database hibernate ; use hibernate; create table Student( id int(32) primary key auto_increment , name varchar(32) , age
  3. 所属分类:Java

    • 发布日期:2011-06-17
    • 文件大小:6144
    • 提供者:lilinglintukai
  1. oracle的hibernate配置文件

  2. 关于hibernate的配置文件hibernate1.cfg.xml
  3. 所属分类:Java

    • 发布日期:2008-10-10
    • 文件大小:504
    • 提供者:j2ee0701