hibernate 知识梳理

时间:2014-06-24 15:18:55   收藏:0   阅读:220

一.hibernate背景介绍:

  作者: Gavin King

  分hibernate ORM(for relation db),OGM(for nosql db),hearch,validator,tools..等模块.

  Hibernate ORM 最新版本 4.4.5.Fianal.

  架构图

bubuko.com,布布扣

hibernate.cfg.xml 配置文件详解.

<session-factory> 会话工厂中配置

  1. 数据库的连接属性

  2.连接池数量,是否显示sql..

  3.相应的映射文件位置.

三  **.hbm.xml   映射文件详解.

 

参考:

 http://hibernate.org/  hibernate 官网

http://blog.sina.com.cn/s/blog_46552dd90100ejn5.html  架构图

http://hibernate.org/orm/documentation/  文档

官方使用h2数据库做demo,h2部分知识:http://blog.csdn.net/yixiaoping/article/details/9801397

 

未完待续,欢迎补充和指正...

hibernate 知识梳理,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!