JaroslavTulach at 16:52, 1 September 2010 - 2010-09-01 16:52:58

←Older revision Revision as of 16:52, 1 September 2010
Line 1: Line 1:
-
[[wikipedia:Hibernate_(Java)|Hibernate]] is an object relational mapping tool for [[Java]]. One of its weaknesses may be that it requires a truth to be defined in two places. Not many people complains about that now, but as the result of [[LiveDB]] experiment get more popular, the situation may change.
+
[[wikipedia:Hibernate_(Java)|Hibernate]] is an object relational mapping tool for [[Java]]. It does not hide the under-laying [[SQL]] completely, but it isolates the user from conversion of rowsets into typed data. This is done automatically via ''entity'' classes.
 +
 
 +
One of its weaknesses may be that it requires the truth to be defined in two places. Not many people complains about that now, but as the result of [[LiveDB]] experiment get more popular, the situation may change.

JaroslavTulach: New page: Hibernate is an object relational mapping tool for Java. One of its weaknesses may be that it requires a truth to be defined in two places. Not many peop... - 2010-07-30 17:11:19

New page: Hibernate is an object relational mapping tool for Java. One of its weaknesses may be that it requires a truth to be defined in two places. Not many peop...

New page

[[wikipedia:Hibernate_(Java)|Hibernate]] is an object relational mapping tool for [[Java]]. One of its weaknesses may be that it requires a truth to be defined in two places. Not many people complains about that now, but as the result of [[LiveDB]] experiment get more popular, the situation may change.