使用Hibernate3.6在console下连接Mysql5进行CRUD操作

时间:2013-12-20 15:27:21
【文件属性】:

文件名称:使用Hibernate3.6在console下连接Mysql5进行CRUD操作

文件大小:6.06MB

文件格式:ZIP

更新时间:2013-12-20 15:27:21

Hibernate,mysql,java

hibernate 3.6 在java console下运行的说明 安装 1. 把yqr_net.sql导入到mysql数据库中。你会发现yqr_net数据库中有person这个表。 2. 打开eclipse,选file->import导入这个项目。 3. 修改hibernate.cfg.xml里面的mysql的用户名及密码。 4. 选中com.wudimei.main.Application.java , 点上面的运行图标(绿色圆播放图标) 5. 把lib下的库加到 referenced libraries中,以方便运行。 然后你会看到结果如下。 我参考的是这一篇:http://tech.ccidnet.com/art/2585/20050621/271615_1.html 我的网站是: http://www.wudimei.com ,上面有rong framework php框架


【文件预览】:
hibn
----.project(380B)
----bin()
--------Person.hbm.xml(461B)
--------com()
--------hibernate.cfg.xml(810B)
----使用说明文档.txt(2KB)
----yqr_net.sql(978B)
----src()
--------Person.hbm.xml(461B)
--------com()
--------hibernate.cfg.xml(810B)
----.classpath(1KB)
----lib()
--------jta-1.1.jar(11KB)
--------javassist-3.12.0.GA.jar(618KB)
--------hibernate3.jar(3.9MB)
--------commons-collections-3.1.jar(546KB)
--------hibernate-jpa-2.0-api-1.0.0.Final.jar(99KB)
--------dom4j-1.6.1.jar(307KB)
--------slf4j-api-1.6.1.jar(25KB)
--------mysql-connector-java-5.1.13-bin.jar(750KB)
--------antlr-2.7.6.jar(433KB)
----classes()
--------Test.class(1KB)
--------run.bat(163B)
--------Person.hbm.xml(442B)
--------hibernate.cfg.xml(803B)
--------Person.class(551B)
----build.xml(1013B)

网友评论

  • 能用,但需要调试。