文件名称:hibernate
-
所属分类:
- 标签属性:
- 上传时间:2015-06-01
-
文件大小:9.81mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个简单的hibernate案例,方便学习对hibernate的配置-Hibernate a simple case, easy to learn to hibernate configuration
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ch13_book/.classpath
ch13_book/.myhibernatedata
ch13_book/.mymetadata
ch13_book/.project
ch13_book/WebRoot/index.jsp
ch13_book/WebRoot/WEB-INF/web.xml
ch13_book/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.5-bin.jar
ch13_book/WebRoot/WEB-INF/classes/hibernate.cfg.xml
ch13_book/WebRoot/WEB-INF/classes/hibernate3/HibernateSessionFactory.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/HibernateTest.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/Room.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/Room.hbm.xml
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/User.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/User.hbm.xml
ch13_book/WebRoot/META-INF/MANIFEST.MF
ch13_book/src/hibernate.cfg.xml
ch13_book/src/hibernate3/HibernateSessionFactory.java
ch13_book/src/hibernate3/HibernateTest.java
ch13_book/src/hibernate3/object/Room.hbm.xml
ch13_book/src/hibernate3/object/Room.java
ch13_book/src/hibernate3/object/User.hbm.xml
ch13_book/src/hibernate3/object/User.java
ch13_book/.settings/org.eclipse.jdt.core.prefs
ch13_collection_mapping/.classpath
ch13_collection_mapping/.myhibernatedata
ch13_collection_mapping/.project
ch13_collection_mapping/readme.txt
ch13_collection_mapping/普通集合映射.doc
ch13_collection_mapping/test/com/test/CollectionMappintTest.java
ch13_collection_mapping/src/hibernate.cfg.xml
ch13_collection_mapping/src/log4j.properties
ch13_collection_mapping/src/com/test/hibernate/CollectionMapping.hbm.xml
ch13_collection_mapping/src/com/test/hibernate/CollectionMapping.java
ch13_collection_mapping/src/com/test/hibernate/ExportDB.java
ch13_collection_mapping/src/com/test/hibernate/HibernateUtils.java
ch13_collection_mapping/lib/mysql-connector-java-5.0.5-bin.jar
ch13_collection_mapping/bin/hibernate.cfg.xml
ch13_collection_mapping/bin/log4j.properties
ch13_collection_mapping/bin/com/test/CollectionMappintTest.class
ch13_collection_mapping/bin/com/test/hibernate/CollectionMapping.class
ch13_collection_mapping/bin/com/test/hibernate/CollectionMapping.hbm.xml
ch13_collection_mapping/bin/com/test/hibernate/ExportDB.class
ch13_collection_mapping/bin/com/test/hibernate/HibernateUtils.class
ch13_collection_mapping/.settings/org.eclipse.core.resources.prefs
ch13_component_mapping/.classpath
ch13_component_mapping/.myhibernatedata
ch13_component_mapping/.project
ch13_component_mapping/readme.txt
ch13_component_mapping/test/com/test/ComponentMappingTest.java
ch13_component_mapping/src/hibernate.cfg.xml
ch13_component_mapping/src/log4j.properties
ch13_component_mapping/src/com/test/hibernate/Contact.java
ch13_component_mapping/src/com/test/hibernate/ExportDB.java
ch13_component_mapping/src/com/test/hibernate/HibernateUtils.java
ch13_component_mapping/src/com/test/hibernate/User.hbm.xml
ch13_component_mapping/src/com/test/hibernate/User.java
ch13_component_mapping/lib/mysql-connector-java-5.0.5-bin.jar
ch13_component_mapping/bin/hibernate.cfg.xml
ch13_component_mapping/bin/log4j.properties
ch13_component_mapping/bin/com/test/ComponentMappingTest.class
ch13_component_mapping/bin/com/test/hibernate/Contact.class
ch13_component_mapping/bin/com/test/hibernate/ExportDB.class
ch13_component_mapping/bin/com/test/hibernate/HibernateUtils.class
ch13_component_mapping/bin/com/test/hibernate/User.class
ch13_component_mapping/bin/com/test/hibernate/User.hbm.xml
ch13_component_mapping/.settings/org.eclipse.core.resources.prefs
ch13_composit_id_mapping/.classpath
ch13_composit_id_mapping/.myhibernatedata
ch13_composit_id_mapping/.project
ch13_composit_id_mapping/readme.txt
ch13_composit_id_mapping/test/com/test/CompositeMappingTest.java
ch13_composit_id_mapping/src/hibernate.cfg.xml
ch13_composit_id_mapping/src/log4j.properties
ch13_composit_id_mapping/src/com/test/hibernate/ExportDB.java
ch13_composit_id_mapping/src/com/test/hibernate/FiscalYearPeriod.hbm.xml
ch13_composit_id_mapping/src/com/test/hibernate/FiscalYearPeriod.java
ch13_composit_id_mapping/src/com/test/hibernate/FiscalYearPeriodPK.java
ch13_composit_id_mapping/src/com/test/hibernate/HibernateUtils.java
ch13_composit_id_mapping/lib/mysql-connector-java-5.0.5-bin.jar
ch13_composit_id_mapping/bin/hibernate.cfg.xml
ch13_composit_id_mapping/bin/log4j.properties
ch13_composit_id_mapping/bin/com/test/CompositeMappingTest.class
ch13_composit_id_mapping/bin/com/test/hibernate/ExportDB.class
ch13_composit_id_mapping/bin/com/test/hibernate/FiscalYearPeriod.class
ch13_composit_id_mapping/bin/com/test/hibernate/FiscalYearPeriod.hbm.xml
ch13_composit_id_mapping/bin/com/test/hibernate/FiscalYearPeriodPK.class
ch13_composit_id_mapping/bin/com/test/hibernate/HibernateUtils.class
ch13_composit_id_mapping/.settings/org.eclipse.core.resources.prefs
ch13_extends_1/.classpath
ch13_extends_1/.myhibernatedata
ch13_extends_1/.project
ch13_extends_1/readme.txt
ch13_extends_1/每棵继承树映射成一张表.doc
ch13_extends_1/test/com/test/ExtendsTest.java
ch13_extends_1/src/hibernate.cfg.xml
ch13_extends_1/src/log4j.properties
ch13_extends_1/src/com/test/hibernate/Animal.java
ch13_extends_1/src/com/test/hibernate/Bird.java
ch13_extends_1/src/com/test/hibernate/ExportDB.java
ch13_extends_1/src/com/tes
ch13_book/.myhibernatedata
ch13_book/.mymetadata
ch13_book/.project
ch13_book/WebRoot/index.jsp
ch13_book/WebRoot/WEB-INF/web.xml
ch13_book/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.5-bin.jar
ch13_book/WebRoot/WEB-INF/classes/hibernate.cfg.xml
ch13_book/WebRoot/WEB-INF/classes/hibernate3/HibernateSessionFactory.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/HibernateTest.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/Room.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/Room.hbm.xml
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/User.class
ch13_book/WebRoot/WEB-INF/classes/hibernate3/object/User.hbm.xml
ch13_book/WebRoot/META-INF/MANIFEST.MF
ch13_book/src/hibernate.cfg.xml
ch13_book/src/hibernate3/HibernateSessionFactory.java
ch13_book/src/hibernate3/HibernateTest.java
ch13_book/src/hibernate3/object/Room.hbm.xml
ch13_book/src/hibernate3/object/Room.java
ch13_book/src/hibernate3/object/User.hbm.xml
ch13_book/src/hibernate3/object/User.java
ch13_book/.settings/org.eclipse.jdt.core.prefs
ch13_collection_mapping/.classpath
ch13_collection_mapping/.myhibernatedata
ch13_collection_mapping/.project
ch13_collection_mapping/readme.txt
ch13_collection_mapping/普通集合映射.doc
ch13_collection_mapping/test/com/test/CollectionMappintTest.java
ch13_collection_mapping/src/hibernate.cfg.xml
ch13_collection_mapping/src/log4j.properties
ch13_collection_mapping/src/com/test/hibernate/CollectionMapping.hbm.xml
ch13_collection_mapping/src/com/test/hibernate/CollectionMapping.java
ch13_collection_mapping/src/com/test/hibernate/ExportDB.java
ch13_collection_mapping/src/com/test/hibernate/HibernateUtils.java
ch13_collection_mapping/lib/mysql-connector-java-5.0.5-bin.jar
ch13_collection_mapping/bin/hibernate.cfg.xml
ch13_collection_mapping/bin/log4j.properties
ch13_collection_mapping/bin/com/test/CollectionMappintTest.class
ch13_collection_mapping/bin/com/test/hibernate/CollectionMapping.class
ch13_collection_mapping/bin/com/test/hibernate/CollectionMapping.hbm.xml
ch13_collection_mapping/bin/com/test/hibernate/ExportDB.class
ch13_collection_mapping/bin/com/test/hibernate/HibernateUtils.class
ch13_collection_mapping/.settings/org.eclipse.core.resources.prefs
ch13_component_mapping/.classpath
ch13_component_mapping/.myhibernatedata
ch13_component_mapping/.project
ch13_component_mapping/readme.txt
ch13_component_mapping/test/com/test/ComponentMappingTest.java
ch13_component_mapping/src/hibernate.cfg.xml
ch13_component_mapping/src/log4j.properties
ch13_component_mapping/src/com/test/hibernate/Contact.java
ch13_component_mapping/src/com/test/hibernate/ExportDB.java
ch13_component_mapping/src/com/test/hibernate/HibernateUtils.java
ch13_component_mapping/src/com/test/hibernate/User.hbm.xml
ch13_component_mapping/src/com/test/hibernate/User.java
ch13_component_mapping/lib/mysql-connector-java-5.0.5-bin.jar
ch13_component_mapping/bin/hibernate.cfg.xml
ch13_component_mapping/bin/log4j.properties
ch13_component_mapping/bin/com/test/ComponentMappingTest.class
ch13_component_mapping/bin/com/test/hibernate/Contact.class
ch13_component_mapping/bin/com/test/hibernate/ExportDB.class
ch13_component_mapping/bin/com/test/hibernate/HibernateUtils.class
ch13_component_mapping/bin/com/test/hibernate/User.class
ch13_component_mapping/bin/com/test/hibernate/User.hbm.xml
ch13_component_mapping/.settings/org.eclipse.core.resources.prefs
ch13_composit_id_mapping/.classpath
ch13_composit_id_mapping/.myhibernatedata
ch13_composit_id_mapping/.project
ch13_composit_id_mapping/readme.txt
ch13_composit_id_mapping/test/com/test/CompositeMappingTest.java
ch13_composit_id_mapping/src/hibernate.cfg.xml
ch13_composit_id_mapping/src/log4j.properties
ch13_composit_id_mapping/src/com/test/hibernate/ExportDB.java
ch13_composit_id_mapping/src/com/test/hibernate/FiscalYearPeriod.hbm.xml
ch13_composit_id_mapping/src/com/test/hibernate/FiscalYearPeriod.java
ch13_composit_id_mapping/src/com/test/hibernate/FiscalYearPeriodPK.java
ch13_composit_id_mapping/src/com/test/hibernate/HibernateUtils.java
ch13_composit_id_mapping/lib/mysql-connector-java-5.0.5-bin.jar
ch13_composit_id_mapping/bin/hibernate.cfg.xml
ch13_composit_id_mapping/bin/log4j.properties
ch13_composit_id_mapping/bin/com/test/CompositeMappingTest.class
ch13_composit_id_mapping/bin/com/test/hibernate/ExportDB.class
ch13_composit_id_mapping/bin/com/test/hibernate/FiscalYearPeriod.class
ch13_composit_id_mapping/bin/com/test/hibernate/FiscalYearPeriod.hbm.xml
ch13_composit_id_mapping/bin/com/test/hibernate/FiscalYearPeriodPK.class
ch13_composit_id_mapping/bin/com/test/hibernate/HibernateUtils.class
ch13_composit_id_mapping/.settings/org.eclipse.core.resources.prefs
ch13_extends_1/.classpath
ch13_extends_1/.myhibernatedata
ch13_extends_1/.project
ch13_extends_1/readme.txt
ch13_extends_1/每棵继承树映射成一张表.doc
ch13_extends_1/test/com/test/ExtendsTest.java
ch13_extends_1/src/hibernate.cfg.xml
ch13_extends_1/src/log4j.properties
ch13_extends_1/src/com/test/hibernate/Animal.java
ch13_extends_1/src/com/test/hibernate/Bird.java
ch13_extends_1/src/com/test/hibernate/ExportDB.java
ch13_extends_1/src/com/tes
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.