Description: HIBERNATE framework 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.
To Search:
File list (Check if you may need any files):
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