文件名称:hibernate_first
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
HIBERNATE框架的第一个例子,包含了junit的测试程序。User.java是一个javabean对象,带有对应的映射文件User.hbm.xml,而ExportDB.java是根据映射文件,导出对象模型到MySQL数据库的一个类,Client.java演示了数据的存取。请先自己建数据库后导出映射文件,跟着才存取数据。-HIBERNATE fr a mework of the first example, contains a junit test program. The User.java is a javabean object with the corresponding mapping file User.hbm.xml and ExportDB.java according to the mapping file, export the object model to a MySQL database, Client.java data access. Please own built database export the map file, followed by access to data.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hibernate_first
...............\.classpath
...............\.project
...............\.settings
...............\.........\org.hibernate.eclipse.console.prefs
...............\bin
...............\...\com
...............\...\...\bjsxt
...............\...\...\.....\hibernate
...............\...\...\.....\.........\Client.class
...............\...\...\.....\.........\ExportDB.class
...............\...\...\.....\.........\User.class
...............\...\...\.....\.........\User.hbm.xml
...............\...\...\.....\.........\xxxTest.class
...............\...\hibernate.cfg.xml
...............\...\log4j.properties
...............\src
...............\...\com
...............\...\...\bjsxt
...............\...\...\.....\hibernate
...............\...\...\.....\.........\Client.java
...............\...\...\.....\.........\ExportDB.java
...............\...\...\.....\.........\User.hbm.xml
...............\...\...\.....\.........\User.java
...............\...\hibernate.cfg.xml
...............\...\log4j.properties
...............\test
...............\....\com
...............\....\...\bjsxt
...............\....\...\.....\hibernate
...............\....\...\.....\.........\xxxTest.java
...............\.classpath
...............\.project
...............\.settings
...............\.........\org.hibernate.eclipse.console.prefs
...............\bin
...............\...\com
...............\...\...\bjsxt
...............\...\...\.....\hibernate
...............\...\...\.....\.........\Client.class
...............\...\...\.....\.........\ExportDB.class
...............\...\...\.....\.........\User.class
...............\...\...\.....\.........\User.hbm.xml
...............\...\...\.....\.........\xxxTest.class
...............\...\hibernate.cfg.xml
...............\...\log4j.properties
...............\src
...............\...\com
...............\...\...\bjsxt
...............\...\...\.....\hibernate
...............\...\...\.....\.........\Client.java
...............\...\...\.....\.........\ExportDB.java
...............\...\...\.....\.........\User.hbm.xml
...............\...\...\.....\.........\User.java
...............\...\hibernate.cfg.xml
...............\...\log4j.properties
...............\test
...............\....\com
...............\....\...\bjsxt
...............\....\...\.....\hibernate
...............\....\...\.....\.........\xxxTest.java