文件名称:hibernate

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 15kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 柳**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

hibernate数据持久化组件



对象持久化,把数据保存在永久的存储介质中(数据库)

OR/M(object relation mapping)对象关系映射。

POJO类,就是标准的Java Bean。

Hibernate就是一个可以自动的根据xml完成对象关系映射,并持久化到数据库的开源组件。

Hibernate的底层也是有JDBC实现的。

hibernate是通过xml文件的配置,对数据库的底层的方言,以及数据库连接所需的信息,以及连接数据库的驱动。

hibernate的系统配置文件的名字一般叫做hibernate.cfg.xml,一般是映射类名加.hbm.xml。一般将映射类的xml文件和实体类放在一起。-hibernate data persistence component object persistence, the data stored in the permanent storage medium (database) OR/M (object relation mapping) object-relational mapping. POJO class, is the standard Java Bean. Hibernate is an automatic xml completed in accordance with object-relational mapping and persistence to the database of open source components. Hibernate is the underlying implementation of JDBC have. hibernate through the xml file configuration, the bottom of the database dialects, as well as the database connection information required, as well as database connectivity driver. hibernate the system configuration file name of the general called hibernate.cfg.xml, generally add the class name mapping. hbm.xml. Will be mapped the general category of xml documents and entity class together.
相关搜索: hibernate
xml

(系统自动生成,下载前可以参看下载内容)

下载文件列表

basic

.....\entity

.....\......\Student.class

.....\......\Student.hbm.xml

.....\......\Student.java

.....\mysql.sql

.....\oracle.sql

.....\service

.....\.......\StudentService.class

.....\.......\StudentService.java

identifier

..........\client

..........\......\StudentApp.class

..........\......\StudentApp.java

..........\entity

..........\......\hilo

..........\......\....\hilo.sql

..........\......\....\Student.hbm.xml

..........\......\identity

..........\......\........\mysql.sql

..........\......\........\Student.hbm.xml

..........\......\native

..........\......\......\Student.hbm.xml

..........\......\seqhilo

..........\......\.......\seqhilo.sql

..........\......\.......\Student.hbm.xml

..........\......\sequence

..........\......\........\sequence.sql

..........\......\........\Student.hbm.xml

util

....\EntityUtil.class

....\EntityUtil.java

....\HibernateUtil.java

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org