文件名称:hibernate2012
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:107.9kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
使用hibernate框架创建数据库,数据库用的是mysql,并同时用注解编程和.xml编程,查看两种方法的优缺点,运行脚本类在common包中ExportAnnotationDB是(注解编程脚本类)ExportDB(xml运行脚本)并通过使用测试类测试结果-Create a database using the hibernate framework, database mysql, and at the same time annotation programming. Xml programming, view the advantages and disadvantages of the two ways to run the scr ipt class in a common package ExportAnnotationDB (annotation programming scr ipt class) ExportDB (xml run the scr ipt) and through the use of the test results of the test class
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hibernate2012/.classpath
hibernate2012/.myhibernatedata
hibernate2012/.project
hibernate2012/.settings/org.eclipse.core.resources.prefs
hibernate2012/bin/annotation/component/ComponentTest.class
hibernate2012/bin/annotation/component/Contact.class
hibernate2012/bin/annotation/component/User.class
hibernate2012/bin/annotation/manytomany/ManyToManyTest.class
hibernate2012/bin/annotation/manytomany/Role.class
hibernate2012/bin/annotation/manytomany/User.class
hibernate2012/bin/annotation/manytoone/Group.class
hibernate2012/bin/annotation/manytoone/ManytooneTest.class
hibernate2012/bin/annotation/manytoone/User.class
hibernate2012/bin/annotation/onetomany/Classes.class
hibernate2012/bin/annotation/onetomany/OneToManyTest.class
hibernate2012/bin/annotation/onetomany/Student.class
hibernate2012/bin/annotation/onetoone/Card.class
hibernate2012/bin/annotation/onetoone/OneToOneTest.class
hibernate2012/bin/annotation/onetoone/Person.class
hibernate2012/bin/common/ExportAnnotationDB.class
hibernate2012/bin/common/ExportDB.class
hibernate2012/bin/common/HibernateAnnotationUtil.class
hibernate2012/bin/common/HibernateUtil.class
hibernate2012/bin/hibernate.cfg-an.xml
hibernate2012/bin/hibernate.cfg.xml
hibernate2012/bin/log4j.properties
hibernate2012/bin/test/Student.class
hibernate2012/bin/test/Student.hbm.xml
hibernate2012/bin/test/StudentTest.class
hibernate2012/bin/test/User.class
hibernate2012/bin/test/User.hbm.xml
hibernate2012/bin/test/UserTest.class
hibernate2012/bin/xml/collection/CollectionTest.class
hibernate2012/bin/xml/collection/School.class
hibernate2012/bin/xml/collection/Student.class
hibernate2012/bin/xml/collection/Student.hbm.xml
hibernate2012/bin/xml/component/ComponentTest.class
hibernate2012/bin/xml/component/Contact.class
hibernate2012/bin/xml/component/User.class
hibernate2012/bin/xml/component/User.hbm.xml
hibernate2012/bin/xml/composite/CompositeTest.class
hibernate2012/bin/xml/composite/Wage.class
hibernate2012/bin/xml/composite/Wage.hbm.xml
hibernate2012/bin/xml/composite/WagePK.class
hibernate2012/bin/xml/manytomany/ManyToManyTest.class
hibernate2012/bin/xml/manytomany/Role.class
hibernate2012/bin/xml/manytomany/Role.hbm.xml
hibernate2012/bin/xml/manytomany/User.class
hibernate2012/bin/xml/manytomany/User.hbm.xml
hibernate2012/bin/xml/manytoone/Group.class
hibernate2012/bin/xml/manytoone/Group.hbm.xml
hibernate2012/bin/xml/manytoone/ManytooneTest.class
hibernate2012/bin/xml/manytoone/User.class
hibernate2012/bin/xml/manytoone/User.hbm.xml
hibernate2012/bin/xml/onetomany/Classes.class
hibernate2012/bin/xml/onetomany/Classes.hbm.xml
hibernate2012/bin/xml/onetomany/OneToManyTest.class
hibernate2012/bin/xml/onetomany/Student.class
hibernate2012/bin/xml/onetomany/Student.hbm.xml
hibernate2012/bin/xml/onetoone_pk/Card.class
hibernate2012/bin/xml/onetoone_pk/Card.hbm.xml
hibernate2012/bin/xml/onetoone_pk/OneToOnePKTest.class
hibernate2012/bin/xml/onetoone_pk/Person.class
hibernate2012/bin/xml/onetoone_pk/Person.hbm.xml
hibernate2012/bin/xml/onetoone_ufk/Card.class
hibernate2012/bin/xml/onetoone_ufk/Card.hbm.xml
hibernate2012/bin/xml/onetoone_ufk/OneToOneUFKTest.class
hibernate2012/bin/xml/onetoone_ufk/Person.class
hibernate2012/bin/xml/onetoone_ufk/Person.hbm.xml
hibernate2012/src/annotation/component/Contact.java
hibernate2012/src/annotation/component/User.java
hibernate2012/src/annotation/manytomany/Role.java
hibernate2012/src/annotation/manytomany/User.java
hibernate2012/src/annotation/manytoone/Group.java
hibernate2012/src/annotation/manytoone/User.java
hibernate2012/src/annotation/onetomany/Classes.java
hibernate2012/src/annotation/onetomany/Student.java
hibernate2012/src/annotation/onetoone/Card.java
hibernate2012/src/annotation/onetoone/Person.java
hibernate2012/src/common/ExportAnnotationDB.java
hibernate2012/src/common/ExportDB.java
hibernate2012/src/common/HibernateAnnotationUtil.java
hibernate2012/src/common/HibernateUtil.java
hibernate2012/src/hibernate.cfg-an.xml
hibernate2012/src/hibernate.cfg.xml
hibernate2012/src/log4j.properties
hibernate2012/src/test/Student.hbm.xml
hibernate2012/src/test/Student.java
hibernate2012/src/test/User.hbm.xml
hibernate2012/src/test/User.java
hibernate2012/src/xml/collection/School.java
hibernate2012/src/xml/collection/Student.hbm.xml
hibernate2012/src/xml/collection/Student.java
hibernate2012/src/xml/component/Contact.java
hibernate2012/src/xml/component/User.hbm.xml
hibernate2012/src/xml/component/User.java
hibernate2012/src/xml/composite/Wage.hbm.xml
hibernate2012/src/xml/composite/Wage.java
hibernate2012/src/xml/composite/WagePK.java
hibernate2012/src/xml/manytomany/Role.hbm.xml
hibernate2012/src/xml/manytomany/Role.java
hibernate2012/src/xml/manytomany/User.hbm.xml
hibernate2012/src/xml/manytomany/User.java
hibernate2012/src/xml/manytoone/Group.hbm.xml
hibernate2012/src/xml/manytoone/Group.java
hibernate2012/src/xml/manytoone/User.hbm.xml
hibernate2012/src/xml/manytoone/User.java
hibernate2012/src/xml/onetomany/Classes.hbm.xml
hibernate2012/src/xml/onetomany/Classes.java
hibernate2012/src/xml/onetomany/Student.hbm.xml
hibernate2012/src/xml/onetomany/Student.java
hibe
hibernate2012/.myhibernatedata
hibernate2012/.project
hibernate2012/.settings/org.eclipse.core.resources.prefs
hibernate2012/bin/annotation/component/ComponentTest.class
hibernate2012/bin/annotation/component/Contact.class
hibernate2012/bin/annotation/component/User.class
hibernate2012/bin/annotation/manytomany/ManyToManyTest.class
hibernate2012/bin/annotation/manytomany/Role.class
hibernate2012/bin/annotation/manytomany/User.class
hibernate2012/bin/annotation/manytoone/Group.class
hibernate2012/bin/annotation/manytoone/ManytooneTest.class
hibernate2012/bin/annotation/manytoone/User.class
hibernate2012/bin/annotation/onetomany/Classes.class
hibernate2012/bin/annotation/onetomany/OneToManyTest.class
hibernate2012/bin/annotation/onetomany/Student.class
hibernate2012/bin/annotation/onetoone/Card.class
hibernate2012/bin/annotation/onetoone/OneToOneTest.class
hibernate2012/bin/annotation/onetoone/Person.class
hibernate2012/bin/common/ExportAnnotationDB.class
hibernate2012/bin/common/ExportDB.class
hibernate2012/bin/common/HibernateAnnotationUtil.class
hibernate2012/bin/common/HibernateUtil.class
hibernate2012/bin/hibernate.cfg-an.xml
hibernate2012/bin/hibernate.cfg.xml
hibernate2012/bin/log4j.properties
hibernate2012/bin/test/Student.class
hibernate2012/bin/test/Student.hbm.xml
hibernate2012/bin/test/StudentTest.class
hibernate2012/bin/test/User.class
hibernate2012/bin/test/User.hbm.xml
hibernate2012/bin/test/UserTest.class
hibernate2012/bin/xml/collection/CollectionTest.class
hibernate2012/bin/xml/collection/School.class
hibernate2012/bin/xml/collection/Student.class
hibernate2012/bin/xml/collection/Student.hbm.xml
hibernate2012/bin/xml/component/ComponentTest.class
hibernate2012/bin/xml/component/Contact.class
hibernate2012/bin/xml/component/User.class
hibernate2012/bin/xml/component/User.hbm.xml
hibernate2012/bin/xml/composite/CompositeTest.class
hibernate2012/bin/xml/composite/Wage.class
hibernate2012/bin/xml/composite/Wage.hbm.xml
hibernate2012/bin/xml/composite/WagePK.class
hibernate2012/bin/xml/manytomany/ManyToManyTest.class
hibernate2012/bin/xml/manytomany/Role.class
hibernate2012/bin/xml/manytomany/Role.hbm.xml
hibernate2012/bin/xml/manytomany/User.class
hibernate2012/bin/xml/manytomany/User.hbm.xml
hibernate2012/bin/xml/manytoone/Group.class
hibernate2012/bin/xml/manytoone/Group.hbm.xml
hibernate2012/bin/xml/manytoone/ManytooneTest.class
hibernate2012/bin/xml/manytoone/User.class
hibernate2012/bin/xml/manytoone/User.hbm.xml
hibernate2012/bin/xml/onetomany/Classes.class
hibernate2012/bin/xml/onetomany/Classes.hbm.xml
hibernate2012/bin/xml/onetomany/OneToManyTest.class
hibernate2012/bin/xml/onetomany/Student.class
hibernate2012/bin/xml/onetomany/Student.hbm.xml
hibernate2012/bin/xml/onetoone_pk/Card.class
hibernate2012/bin/xml/onetoone_pk/Card.hbm.xml
hibernate2012/bin/xml/onetoone_pk/OneToOnePKTest.class
hibernate2012/bin/xml/onetoone_pk/Person.class
hibernate2012/bin/xml/onetoone_pk/Person.hbm.xml
hibernate2012/bin/xml/onetoone_ufk/Card.class
hibernate2012/bin/xml/onetoone_ufk/Card.hbm.xml
hibernate2012/bin/xml/onetoone_ufk/OneToOneUFKTest.class
hibernate2012/bin/xml/onetoone_ufk/Person.class
hibernate2012/bin/xml/onetoone_ufk/Person.hbm.xml
hibernate2012/src/annotation/component/Contact.java
hibernate2012/src/annotation/component/User.java
hibernate2012/src/annotation/manytomany/Role.java
hibernate2012/src/annotation/manytomany/User.java
hibernate2012/src/annotation/manytoone/Group.java
hibernate2012/src/annotation/manytoone/User.java
hibernate2012/src/annotation/onetomany/Classes.java
hibernate2012/src/annotation/onetomany/Student.java
hibernate2012/src/annotation/onetoone/Card.java
hibernate2012/src/annotation/onetoone/Person.java
hibernate2012/src/common/ExportAnnotationDB.java
hibernate2012/src/common/ExportDB.java
hibernate2012/src/common/HibernateAnnotationUtil.java
hibernate2012/src/common/HibernateUtil.java
hibernate2012/src/hibernate.cfg-an.xml
hibernate2012/src/hibernate.cfg.xml
hibernate2012/src/log4j.properties
hibernate2012/src/test/Student.hbm.xml
hibernate2012/src/test/Student.java
hibernate2012/src/test/User.hbm.xml
hibernate2012/src/test/User.java
hibernate2012/src/xml/collection/School.java
hibernate2012/src/xml/collection/Student.hbm.xml
hibernate2012/src/xml/collection/Student.java
hibernate2012/src/xml/component/Contact.java
hibernate2012/src/xml/component/User.hbm.xml
hibernate2012/src/xml/component/User.java
hibernate2012/src/xml/composite/Wage.hbm.xml
hibernate2012/src/xml/composite/Wage.java
hibernate2012/src/xml/composite/WagePK.java
hibernate2012/src/xml/manytomany/Role.hbm.xml
hibernate2012/src/xml/manytomany/Role.java
hibernate2012/src/xml/manytomany/User.hbm.xml
hibernate2012/src/xml/manytomany/User.java
hibernate2012/src/xml/manytoone/Group.hbm.xml
hibernate2012/src/xml/manytoone/Group.java
hibernate2012/src/xml/manytoone/User.hbm.xml
hibernate2012/src/xml/manytoone/User.java
hibernate2012/src/xml/onetomany/Classes.hbm.xml
hibernate2012/src/xml/onetomany/Classes.java
hibernate2012/src/xml/onetomany/Student.hbm.xml
hibernate2012/src/xml/onetomany/Student.java
hibe
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
