| Article: |
Hibernate Your Data | |
| Subject: | Check out OJB | |
| Date: | 2004-01-16 13:53:19 | |
| From: | jimothy | |
|
Response to: Is it the best?
|
||
|
I prefer OJB, which its authors say stands for ObJectRelationalBridge (you have to use your imagination).
|
||
Showing messages 1 through 4 of 4.
-
Re: Check out OJB
2004-01-16 13:58:42 anonymous2 [View]
Actually, Hibernate 2.1 has a full Criteria query Example query APIs, so this objection is no longer relevant. -
Re: Check out OJB
2004-01-16 14:11:22 jimothy [View]
Ah, it might be time for me to take another look at Hibernate, then. Their documentation certainly is better than OJB.
I still have a slight perference to OJB's syntax (e.g., crit.addEqual("field", value) vs. crit.add(Expression.eq("field", value)) ), but it would not be difficult to adapt.
I'll have to spend a little more time with Hibernate. Thanks! -
Re: Check out OJB
2004-01-17 03:42:17 epbernard [View]
Have a look at some thoughts on that subject, there was a reason beyond that.
http://blog.hibernate.org/cgi-bin/blosxom.cgi/Gavin%20King/qbc.html?seemore=y -
Re: Check out OJB
2004-04-08 00:23:58 cgulcu [View]
As of 8th of April 2004, the Criteria API in Hibernate is not well documented, at least not as well as the rest of the Hibernate API. Moreover, Criteria API seems to be much less powerful than HQL. For example, it is not possible to order results by a a column in a foreign table which is a very serious limitation in our application.


