文件名称:hibernate
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:14.72kb
-
已下载: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.
对象持久化,把数据保存在永久的存储介质中(数据库)
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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
identifier/
identifier/entity/
identifier/entity/sequence/
identifier/entity/sequence/Student.hbm.xml
identifier/entity/sequence/sequence.sql
identifier/entity/seqhilo/
identifier/entity/seqhilo/Student.hbm.xml
identifier/entity/seqhilo/seqhilo.sql
identifier/entity/native/
identifier/entity/native/Student.hbm.xml
identifier/entity/identity/
identifier/entity/identity/Student.hbm.xml
identifier/entity/identity/mysql.sql
identifier/entity/hilo/
identifier/entity/hilo/Student.hbm.xml
identifier/entity/hilo/hilo.sql
identifier/client/
identifier/client/StudentApp.class
identifier/client/StudentApp.java
util/
util/EntityUtil.java
util/EntityUtil.class
util/HibernateUtil.java
basic/
basic/mysql.sql
basic/oracle.sql
basic/service/
basic/service/StudentService.java
basic/service/StudentService.class
basic/entity/
basic/entity/Student.hbm.xml
basic/entity/Student.java
basic/entity/Student.class
identifier/entity/
identifier/entity/sequence/
identifier/entity/sequence/Student.hbm.xml
identifier/entity/sequence/sequence.sql
identifier/entity/seqhilo/
identifier/entity/seqhilo/Student.hbm.xml
identifier/entity/seqhilo/seqhilo.sql
identifier/entity/native/
identifier/entity/native/Student.hbm.xml
identifier/entity/identity/
identifier/entity/identity/Student.hbm.xml
identifier/entity/identity/mysql.sql
identifier/entity/hilo/
identifier/entity/hilo/Student.hbm.xml
identifier/entity/hilo/hilo.sql
identifier/client/
identifier/client/StudentApp.class
identifier/client/StudentApp.java
util/
util/EntityUtil.java
util/EntityUtil.class
util/HibernateUtil.java
basic/
basic/mysql.sql
basic/oracle.sql
basic/service/
basic/service/StudentService.java
basic/service/StudentService.class
basic/entity/
basic/entity/Student.hbm.xml
basic/entity/Student.java
basic/entity/Student.class
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.