| Article: |
Hibernate Your Data | |
| Subject: | Re: Check out OJB | |
| Date: | 2004-01-16 13:58:42 | |
| From: | anonymous2 | |
|
Response to: Check out OJB
|
||
| Actually, Hibernate 2.1 has a full Criteria query Example query APIs, so this objection is no longer relevant. | ||
Showing messages 1 through 1 of 1.
-
Re: Check out OJB
2004-01-16 14:11:22 jimothy [View]



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!