This is based on comparison reading that I've done, not actual use. What I don't like is that they use their own SQL language, and I don't want to learn yet another SQL language, or I would use JDBC. Their own query language is just a pain too as far as I'm concerned. as an example to do a find:
List mates = sess.find( "select mate from Cat as cat join cat.mate as mate " + "where cat.name = ?", name, Hibernate.STRING );
it's almost as much typing as SQL.
Now they've recently added ODMG3 support, and it does make it more interesting.
AFAIK Hibernate will no longer support ODMG (I'm not sure, so ask the Hibernate guys). But they started with an Criteria based Query API similar to PB-api.
regards, Armin
Like I said, the language seems easier for me in OJB. I might be wrong.
R
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
