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

文件名称:code

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-03-26
  • 文件大小:
    354.15kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Hibernate课程学习代码,适合初学者,介绍详尽。-Hibernate course code, suitable for beginners, are presented in detail.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

code/hibernate_0100_HelloWorld/.classpath
code/hibernate_0100_HelloWorld/.project
code/hibernate_0100_HelloWorld/bin/com/bjsxt/hibernate/Student.class
code/hibernate_0100_HelloWorld/bin/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0100_HelloWorld/bin/com/bjsxt/hibernate/Teacher.class
code/hibernate_0100_HelloWorld/bin/com/bjsxt/hibernate/TeacherTest.class
code/hibernate_0100_HelloWorld/bin/com/bjsxt/hibernate/Test.class
code/hibernate_0100_HelloWorld/bin/hibernate.cfg.xml
code/hibernate_0100_HelloWorld/src/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0100_HelloWorld/src/com/bjsxt/hibernate/Student.java
code/hibernate_0100_HelloWorld/src/com/bjsxt/hibernate/Teacher.java
code/hibernate_0100_HelloWorld/src/com/bjsxt/hibernate/TeacherTest.java
code/hibernate_0100_HelloWorld/src/com/bjsxt/hibernate/Test.java
code/hibernate_0100_HelloWorld/src/hibernate.cfg.xml
code/hibernate_0200/.classpath
code/hibernate_0200/.project
code/hibernate_0200/bin/com/bjsxt/hibernate/Category.class
code/hibernate_0200/bin/com/bjsxt/hibernate/HibernateQLTest.class
code/hibernate_0200/bin/com/bjsxt/hibernate/Msg.class
code/hibernate_0200/bin/com/bjsxt/hibernate/MsgInfo.class
code/hibernate_0200/bin/com/bjsxt/hibernate/Topic.class
code/hibernate_0200/bin/hibernate.cfg.xml
code/hibernate_0200/bin/log4j.properties
code/hibernate_0200/src/com/bjsxt/hibernate/Category.java
code/hibernate_0200/src/com/bjsxt/hibernate/Msg.java
code/hibernate_0200/src/com/bjsxt/hibernate/MsgInfo.java
code/hibernate_0200/src/com/bjsxt/hibernate/Topic.java
code/hibernate_0200/src/hibernate.cfg.xml
code/hibernate_0200/src/log4j.properties
code/hibernate_0200/test/com/bjsxt/hibernate/HibernateQLTest.java
code/hibernate_0300_BasicConfiguration/.classpath
code/hibernate_0300_BasicConfiguration/.project
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/Gender.class
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/Student.class
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/StudentTest.class
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/Teacher.class
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/TeacherTest.class
code/hibernate_0300_BasicConfiguration/bin/com/bjsxt/hibernate/Test.class
code/hibernate_0300_BasicConfiguration/bin/hibernate.cfg.xml
code/hibernate_0300_BasicConfiguration/bin/log4j.properties
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/Gender.java
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/Student.java
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/StudentTest.java
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/Teacher.java
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/TeacherTest.java
code/hibernate_0300_BasicConfiguration/src/com/bjsxt/hibernate/Test.java
code/hibernate_0300_BasicConfiguration/src/hibernate.cfg.xml
code/hibernate_0300_BasicConfiguration/src/log4j.properties
code/hibernate_0400_ID/.classpath
code/hibernate_0400_ID/.project
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/Gender.class
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/HibernateIDTest.class
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/Student.class
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/StudentPK.class
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/Teacher.class
code/hibernate_0400_ID/bin/com/bjsxt/hibernate/TeacherPK.class
code/hibernate_0400_ID/bin/hibernate.cfg.xml
code/hibernate_0400_ID/bin/log4j.properties
code/hibernate_0400_ID/src/com/bjsxt/hibernate/Gender.java
code/hibernate_0400_ID/src/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0400_ID/src/com/bjsxt/hibernate/Student.java
code/hibernate_0400_ID/src/com/bjsxt/hibernate/StudentPK.java
code/hibernate_0400_ID/src/com/bjsxt/hibernate/Teacher.java
code/hibernate_0400_ID/src/com/bjsxt/hibernate/TeacherPK.java
code/hibernate_0400_ID/src/hibernate.cfg.xml
code/hibernate_0400_ID/src/log4j.properties
code/hibernate_0400_ID/test/com/bjsxt/hibernate/HibernateIDTest.java
code/hibernate_0500_CoreAPI/.classpath
code/hibernate_0500_CoreAPI/.project
code/hibernate_0500_CoreAPI/bin/com/bjsxt/hibernate/Gender.class
code/hibernate_0500_CoreAPI/bin/com/bjsxt/hibernate/HibernateCoreAPITest.class
code/hibernate_0500_CoreAPI/bin/com/bjsxt/hibernate/Student.class
code/hibernate_0500_CoreAPI/bin/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0500_CoreAPI/bin/com/bjsxt/hibernate/Teacher.class
code/hibernate_0500_CoreAPI/bin/hibernate.cfg.xml
code/hibernate_0500_CoreAPI/bin/log4j.properties
code/hibernate_0500_CoreAPI/src/com/bjsxt/hibernate/Gender.java
code/hibernate_0500_CoreAPI/src/com/bjsxt/hibernate/Student.hbm.xml
code/hibernate_0500_CoreAPI/src/com/bjsxt/hibernate/Student.java
code/hibernate_0500_CoreAPI/src/com/bjsxt/hibernate/Teacher.java
code/hibernate_0500_CoreAPI/src/hibernate.cfg.xml
code/hibernate_0500_CoreAPI/src/log4j.properties
code/hibe

相关说明

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

相关评论

暂无评论内容.

发表评论

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