CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称: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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com