由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 搞不懂为什么hibernate为什么这么流行?
相关主题
hibernate 的两个问题help! XML parse problem
Hibernate的优势具体体现在哪里?大家都是搞技术的
Java GC 为什么不能自动释放jdbc connection?关于struts和spring的几个疑问
JDBCJ2EE和未来工作问题
现在 Java Web 开发过时了么?spring/hibernate/ajax/web 2.0/bpel books
difficult things working with hibernateHow to disable hibernate second-level cache for an entity
问一个Collection Update的问题现在hibernate这种流行框架
为什么call hibernate service 要比直接用store procedures慢啊?EHCache --- hibernate question
相关话题的讨论汇总
话题: hibernate话题: xml话题: orms话题: 为什么话题: jdbc
进入Java版参与讨论
1 (共1页)
w**e
发帖数: 37
1
学着用了一段时间,麻烦,运行慢,远没有JDBC简单好用。也没体会到那些书上写的优
点。
这里用hibernate的大侠们给讲讲
g*****g
发帖数: 34805
2
POJO rocks, and I don't think it's slow.

【在 w**e 的大作中提到】
: 学着用了一段时间,麻烦,运行慢,远没有JDBC简单好用。也没体会到那些书上写的优
: 点。
: 这里用hibernate的大侠们给讲讲

c*****t
发帖数: 1879
3
It is the question of manual vs automatic, simple vs complex schema.
You can relate the similar experience in XML parsing (which is fact
identical if one is using XML as data storage).

【在 w**e 的大作中提到】
: 学着用了一段时间,麻烦,运行慢,远没有JDBC简单好用。也没体会到那些书上写的优
: 点。
: 这里用hibernate的大侠们给讲讲

s******e
发帖数: 493
4
Well. All the ORMs claim that they are trying to fill the gap between the
objects and relational databases. Personally I do not buy the claim. The gap
exists, but there is no need to fill.
I use the orm mainly because it saves me from directly manupilating the
result sets. Again because almost all orms use java reflection to populate
the data, it is slower than plain jdbc (one of main reasons). To ease this,
almost all of them provide you some object instance caching mechanisms.
Some other reaso
1 (共1页)
进入Java版参与讨论
相关主题
EHCache --- hibernate question现在 Java Web 开发过时了么?
demo差不多可以了 (转载)difficult things working with hibernate
如何学spring和hibernate问一个Collection Update的问题
Java开发人员知识点(更新) (转载)为什么call hibernate service 要比直接用store procedures慢啊?
hibernate 的两个问题help! XML parse problem
Hibernate的优势具体体现在哪里?大家都是搞技术的
Java GC 为什么不能自动释放jdbc connection?关于struts和spring的几个疑问
JDBCJ2EE和未来工作问题
相关话题的讨论汇总
话题: hibernate话题: xml话题: orms话题: 为什么话题: jdbc