- 浏览: 1358 次
- 性别:
- 来自: 北京
最新评论
文章列表
性能优化
http://database.ctocio.com.cn/110/12195110.shtml
http://database.51cto.com/art/200904/118526.htm
http://database.ctocio.com.cn/7/12200007.shtml
http://database.ctocio.com.cn/9/12200009.shtml
http://database.ctocio.com.cn/10/12200010.shtml
http://database.ctocio.com.cn/102/12198602.shtml
http ...
spring面试题http://my.oschina.net/BlueLife/blog/5535
Spring工作原理探秘http://tech.it168.com/a2009/0622/593/000000593376.shtml
Struts2面试题:
Hibernate工作原理及为什么要用?
原理:
1.读取并解析配置文件
2.读取并解析映射信息,创建SessionFactory
3.打开Sesssion
4.创建事务Transation
5.持久化操作
6.提交事务
7.关闭Session
8.关闭SesstionFactory
为什么要用:
1. 对JDBC访问数据库的代码做了封装 ...